TheSaviour
New Member
- Joined
- Oct 8, 2015
- Messages
- 1
- Reaction score
- 0
Can someone help me every time i try to verify mail i get a error :S
im using myaac template
[createaccount.php] An error occorred while sending email: SMTP connect() failed. Troubleshooting · PHPMailer/PHPMailer Wiki · GitHub. Error:
what do i need to do to fix this ?
here is me PHP :
// mail
'mail_enabled' => true, // is aac maker configured to send e-mails?
'mail_address' => '[email protected]', // server e-mail address (from
'mail_admin' => '[email protected]', // admin email address, where mails from contact form will be sent
'mail_signature' => array( // signature that will be included at the end of every message sent using _mail function
'plain' => ''/*'--\nMy Server,\nhttp://www.myserver.com'*/,
'html' => ''/*'<br/>My Server,\n<a href="http://www.myserver.com">myserver.com</a>'*/
),
'smtp_enabled' => true, // send by smtp or mail function (set false if use mail function)
'smtp_host' => 'smtp.gmail.com', // mail host
'smtp_port' => 587, // 25 (default) / 465 (ssl, e.g. gmail)
'smtp_auth' => true, // need authorization?
'smtp_user' => '[email protected]',
'smtp_pass' => 'example',
im using myaac template
[createaccount.php] An error occorred while sending email: SMTP connect() failed. Troubleshooting · PHPMailer/PHPMailer Wiki · GitHub. Error:
what do i need to do to fix this ?
here is me PHP :
'mail_enabled' => true, // is aac maker configured to send e-mails?
'mail_address' => '[email protected]', // server e-mail address (from

'mail_admin' => '[email protected]', // admin email address, where mails from contact form will be sent
'mail_signature' => array( // signature that will be included at the end of every message sent using _mail function
'plain' => ''/*'--\nMy Server,\nhttp://www.myserver.com'*/,
'html' => ''/*'<br/>My Server,\n<a href="http://www.myserver.com">myserver.com</a>'*/
),
'smtp_enabled' => true, // send by smtp or mail function (set false if use mail function)
'smtp_host' => 'smtp.gmail.com', // mail host
'smtp_port' => 587, // 25 (default) / 465 (ssl, e.g. gmail)
'smtp_auth' => true, // need authorization?
'smtp_user' => '[email protected]',
'smtp_pass' => 'example',