How to set up forms if the mail() function is disabled?
For security reasons, the option to send emails through the mail() function of PHP has been disabled.
To get your forms working, we recommend following the instructions in the following link: https://www.sitioshispanos.com/en/knowledgebase/161/PHPMailer.html
If your site is using WordPress, you can also follow these steps: https://blog.sitioshispanos.com/tutorials/sending-authenticated-emails-in-wordpress-using-wp-smtp/
If you are using Moodle: https://blog.sitioshispanos.com/moodle/configuring-smtp-for-sending-emails-in-moodle/
Last updated