@danelia I’ll quote your other post “I want to display ads in my app…I have been researching but no luck…can someone help me please”… really?
There are tonnes of help and docs on advertising. FFS, Corona is owned by an ad network!
@danelia I’ll quote your other post “I want to display ads in my app…I have been researching but no luck…can someone help me please”… really?
There are tonnes of help and docs on advertising. FFS, Corona is owned by an ad network!
Didn’t mean it like that, I actually meant guide or steps.
To send email, you will need an SMTP service. You can easily setup a SMTP server, but most likely some email exchange/receivers like hotmail will just block it. Best to use reputable SMTP service so the emails can go thru easily.
You would need to do it (something like this) :
When user clicks on the button, send data/request to your server
Your server then sends the email message thru SMTP (or sends it to another SMTP server to send out the email). You can check out Amazon SNS, but their email service is limited and need to write in for a request to extend the limit.