Hi can u help me, i`m totally confused i think i already setup correctly also with my gmail i already Enable POP/IMAP.
here's my configuration in SSL.
'MailerFromAddress' => '[email protected]', // The e-mail address displayed in the From field.
'MailerFromName' => 'MYRO Admin', // The name displayed with the From e-mail address.
'MailerUseSMTP' => true, // Whether or not to use a separate SMTP server for sending mail.
'MailerSMTPUseSSL' => true, // 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' => 'smtp.gmail.com', // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
'MailerSMTPUsername' => '[email protected]', // When MailerUseSMTP is true: Authorized username for SMTP server.
'MailerSMTPPassword' => 'mypassword',
And here's my configuration in TLS.
'MailerFromAddress' => '[email protected]', // The e-mail address displayed in the From field.
'MailerFromName' => 'MYRO Admin', // 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' => true, // Same as above SSL setting, but for TLS. This setting will override the SSL setting.
'MailerSMTPPort' => 587, // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
'MailerSMTPHosts' => 'smtp.gmail.com', // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
'MailerSMTPUsername' => '[email protected]', // When MailerUseSMTP is true: Authorized username for SMTP server.
'MailerSMTPPassword' => 'mypassword',
And still. i got the error with this both configuration.
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.
btw Im using localhost. and i also try to check the data logs.
[2014-03-29 14:37:41] The following From address failed: [email protected] (while attempting -- Recipient: [email protected], Subject: Account Confirmation)
BTW the [email protected] is not that the real email. i change for the security purposes.
Hi can u help me, i`m totally confused i think i already setup correctly also with my gmail i already Enable POP/IMAP.
here's my configuration in SSL.
And here's my configuration in TLS.
And still. i got the error with this both configuration.
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.
btw Im using localhost. and i also try to check the data logs.
[2014-03-29 14:37:41] The following From address failed: [email protected] (while attempting -- Recipient: [email protected], Subject: Account Confirmation)
BTW the [email protected] is not that the real email. i change for the security purposes.
Also im using the Flux CP Hercules.
Posted by : GepardURL >>>> http://herc.ws/board/topic/1901-flux-control-panel-for-hercules/
Thank You in advanced,
Share this post
Link to post
Share on other sites