pimaxdev
Posts: 0
Joined: Mon Sep 02, 2013 4:56 pm

Sending values by mail without sendgrid

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Sending values by mail without sendgrid

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)

Return to “Issues”