Different eMail solutions for App Inventor
For sending an email, we currently have the following possibilities:
- Simple solutions
- Extensions
- php Server Solutions
- Phantomfoot's php example
- my php example, which offers the opportunity to send in HTML format.
You also can add an attachment. However sending HTML format and adding an attachment works only for php versions until 5.3!
- ApiEmail Extension by Jonny (web archive link, Appybuilder community has been closed.)
Notes: The extension uses the server mitextensions.esy.es to send the email via php.
That service could stop working without further notice! Also the provider of that server can read all messages you are sending. You have to decide, if this is ok for you...
- Email OTP Extension by Tiko_X.
Notes: The extension uses the server email.etvbanglanews.com to send the email via php.
That service could stop working without further notice! Also the provider of that server can read all messages you are sending. You have to decide, if this is ok for you...
- Other Solutions
Back to top of page ...
This work by Pura Vida Apps
is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License
with attribution (name=Pura Vida Apps and link to the source site) required.