+ 3
// Which framework allows to send an email with JavaScript ?
// During the creation of my site, I need a framework that allows to send an email without opening the messaging application (That is to say send an email directly to the inbox of the other user).
1 Odpowiedź
+ 3
JavaScript as client side (front end) language doesn't have the functionality to send emails.
However, PHP does, and so happens that JavaScript lets you execute a PHP file through ajax.