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, 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)