Jump to content
  • 0

Email sending failed


Vincent

Question


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Hello,

at my Flux CP i cant Reset Password my Password?

 

Error:

[2013-08-22 19:56:11] The following From address failed: [email protected] (while attempting -- Recipient: [email protected], Subject: Reset Password)

Here are my settings:

 

	'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'       => 'myRo - CP',             // 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'     => true,                    // 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'   => 'mypw',                     // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

 

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Dont know about it. I thought i have to use the smtp server for flux. How does it work?

Hi Thor v2,

FluxCP does not require SMTP, it can also use PHP to send e-mails. Just switch 'MailerUseSMTP' to false, and it should use PHP by default to send the e-mails.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

OMG it work's... You are great :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi Thor v2,

 

You put 'true' for the "MailerSMTPUseTLS" setting, so your "MailerSMTPHosts" should be...

tls://smtp.gmail.com
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Hi Thor v2,

 

You put 'true' for the "MailerSMTPUseTLS" setting, so your "MailerSMTPHosts" should be...

 

tls://smtp.gmail.com

Looks like?

 

'MailerSMTPHosts' => 'tls://smtp.gmail.com',
 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi Thor v2,

 

Yep, that's correct.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Same error like ever:

 

[2013-08-26 23:24:04] The following From address failed: [email protected] (while attempting -- Recipient: [email protected], Subject: Reset Password)
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi Thor v2,

 

Then I'd recommend that you contact your web hosting provider to see if they have port 465 opened. Why are you not using PHP to mail instead?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Dont know about it. I thought i have to use the smtp server for flux. How does it work?

Link to comment
Share on other sites

×
×
  • Create New...