+ 1
How to send sms/messages or emails via website
Send messages/SMS/emails
1 Answer
+ 2
to send emails the better solution is to do it in server side with mailto function, there are for all server side languages. also there are some services to send an email in client side just doing an ajax request to this external service passing all the data of email. for sms there are some external payment implementations