DEPRECATED for NEW users -> https://www.scirra.com/forum/viewtopic.php?f=153&t=167741
Hello all !
I present here my plugin to send mails based on mandrill API.
You can see the repository here
You can also download the full plugin + example.capx
You can use it to make things like newsletters or to recommand app to a friend or even to share scores by e-mail !
Please test it and give me feedback. Please, if you need something to add, say it ! I will answer you
I've posted a tutorial here.
To make attachment work, you have to set the name of the future file and convert the file with this site for example to get base64 string which represent the file (in a future version it will be a native implement, you will not have to convert, script will do it)
IT SUPPORT ONLY ONE ATTACHMENT
It doesn't work on Cocoonjs and Ejecta --> please try without minifying and give me feedback !
Thank you everybody
Donate if you want to support me !
UPDATE:
You can now call somebody or text him !
UPDATE 2 (25/08/2014)
- Some bugs are fixed.
- Works localhost, preview on lan
- Not tested to export (give me feedback)
UPDATE 3 (29/09/2014)
- Adding support for attachments
- Not tested to export (give me feedback)
UPDATE 4 (07/10/2014)
- Adding trigger when a mail is sent
- Adding function to read stats of the mail
- Adding function to get ID of last sent mail
- Not tested to export (give me feedback)
UPDATE 5 (17/11/2014)
- The plugin was rewritten entirely and optimised
- Some description and modifiactions suggested by
TheRealDannyyy
NOTE : Mandrill free plan is 'limited' to send up to 12,000 emails per month, or up to 250 emails per hour.
If you want more options, take a look at the possibilities at this (in "API Call Categories" page and ask me
FAQ :
When i verify if the mail is sent i got an error :
- this is a Mandrill issue, they didn't trigger the event directly after it is really sent, there is a little timeout.
You got no errors after about 5 minutes.