// Which framework allows to send an email with JavaScript ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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).

31st Jan 2019, 12:31 PM
program
program - avatar
1 Respuesta
+ 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.
31st Jan 2019, 2:27 PM
voidneo