Sorry, I am spanish, no speak english.
By a necessity I knew Kodular, then the extensions and from there the world of java and android.
I started learning a few weeks ago and created eFeMail, which I decided to share.
This extension allows you to send emails from any email provider. It supports multiple recipients and attachments.
INSTRUCTIONS
With the GMAIL or HOTMAIL block we can send emails without any data from the smtp host.
With the OTHER block we can send to any provider.
The addresses of the recipients must be separated by the sign “,” (without double quotes, only the comma)
If more than one file is attached, please separate them by “,”
You can use the join text block to join the parts or all in one line separated by “,”
If the debug mode is activated, all the information returned by the server will be sent to the logging blocks. By default false.
The timeout block defines the time to connect to the SMTP server. In milliseconds, by default 5000.
PERMISSIONS :
- android.permission.INTERNET
- android.permission.WRITE_EXTERNAL_STORAGE
- android.permission.READ_EXTERNAL_STORAGE
Remember that I only share what I have learned. The extension may have errors.
com.extensions.eFeMail.aix (709.9 KB)
BETA SUPPORT SMTP, IMAP, POP3
com.extensions.mailer.aix (855.5 KB)
v2 Changelog
- Solved Problem with com.google.common.net.InternetDomainName
- Renamed methods an event nameds. Thanks #WatermelonIce
- Added support HTML email.
- Sepparate event Log in success and error blocks.