- Are you testing on localhost? By default PHP is not configured to send mail. Try testing the script on a
production server. If this still doesn`t work, try enabling the SMTP option in the settings. If it still doesn`t work, try enabling SMTP debugging via the following file:
control/classes/mailer/class.mail.php |
Set $debug to yes. Log will be written to main logs folder. If you are using SSL, your certificate may not be installed correctly. In this case you
can disable cert checks via the '$allowInsecure' variable. This is a workaround, but not recommended.
|
|