"Your account has been created, but unfortunately we failed to send an e-mail due to technical difficulties. Please contact a staff member and request for assistance."
how to fix this?
Here's my Application.php
'RequireEmailConfirm' => true, // Require e-mail confirmation during registration.
'RequireChangeConfirm' => false, // Require confirmation when changing e-mail addresses.
'EmailConfirmExpire' => 48, // E-mail confirmations expire hours. Unconfirmed accounts will expire after this period of time.
'MailerFromAddress' => ,[email protected]', // The e-mail address displayed in the From field.
'MailerFromName' => 'TestRO Account Confirmation', // The name displayed with the From e-mail address.
'MailerUseSMTP' => true, // Whether or not to use a separate SMTP server for sending mail.
'MailerSMTPUseSSL' => false, // Whether or not mailer should connect using SSL (yes for GMail).
'MailerSMTPUseTLS' => false, // Same as above SSL setting, but for TLS. This setting will override the SSL setting.
'MailerSMTPPort' => 465, // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
'MailerSMTPHosts' => null, // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
'MailerSMTPUsername' => testro, // When MailerUseSMTP is true: Authorized username for SMTP server.
'MailerSMTPPassword' => 123456, // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).
Question
Limestone
"Your account has been created, but unfortunately we failed to send an e-mail due to technical difficulties. Please contact a staff member and request for assistance."
how to fix this?
Here's my Application.php
And BTW, I'm using Yahoo Mail.
Edited by Rage20 answers to this question
Recommended Posts