How do I configure my form if the mail() function is disabled?
Hashtags: #form #PHPMailer #mailer
For security reasons, the option to send emails via PHP’s mail() function is disabled.
- To make your forms work, we recommend following the instructions in the following link:
What is PHPMailer and what is it used for? - If your site is WordPress, you can also follow these steps:
https://blog.sitioshispanos.com/tutoriales/enviando-emails-autenticados-en-wordpress-utilizando-wp-smtp/ - If you use Joomla:
https://blog.sitioshispanos.com/constructor-web/como-configurar-joomla-para-enviar-correos-electronicos-usando-smtp/ - If you use Moodle:
https://blog.sitioshispanos.com/moodle/configurar-smtp-para-el-envio-de-correos-en-moodle/