Sending values by mail without sendgrid
Posted: Thu Nov 21, 2013 10:03 am
Hello, i have 4 input with a datepicker...
I want to send values by mail ... but i don't want to use sendgrid... any idea or simple way ?
Thanks !!
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello, i have 4 input with a datepicker...
I want to send values by mail ... but i don't want to use sendgrid... any idea or simple way ?
Thanks !!
Hello! You can't send emails through JS. Here is what you can do:
1) You can create your own back-end to send emais and use it;
2) You can search for any other service (not SendGrid)
3) If you're working on app for device you can PhoneGap plagin to form and send emails using client on device (the most complicated way)