Page 1 of 1

Sending values by mail without sendgrid

Posted: Thu Nov 21, 2013 10:03 am
by pimaxdev

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 !!


Sending values by mail without sendgrid

Posted: Thu Nov 21, 2013 11:17 am
by Maryna Brodina

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)