Jump to content
  • 0

FluxCP Mail function


Lyvondria

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/06/13
  • Last Seen:  

Hello,

 

I have a big problem. My Homepage (FluxCP) won't send any E-Mail even if i add SMTP Settings to the application.php. I use the SAME SMTP Settings on the Homepage that i have on my forum. I dont know why it's not working... I tried everything... Maybe it's an FluxCP Issue, or? Here is my SMTP Settings:

 

 

'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'       => Administrator',             // 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'       => 25,                     // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
    'MailerSMTPHosts'      => xxxx3043.xxxx.de,                     // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
    'MailerSMTPUsername'   => web9xxx,                     // When MailerUseSMTP is true: Authorized username for SMTP server.
    'MailerSMTPPassword'   => xxxxxxxx,                     // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

 

 

xxxx = My information that i have to add. My SMTP Host has 3 Ports. TLS,SSL and without SSL.

SSL: 465

TLS: 25

Non Secure Port: 587

 

I tried every port with different "true" / "false" settings.. Doesn't work.

 

Has someone an idea?


Bump....

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  313
  • Reputation:   23
  • Joined:  12/27/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   0
  • Joined:  06/06/13
  • Last Seen:  

I already tried that. When i add those Gmail settings i just got a white site when i edit this line:

 

 

'MailerSMTPHosts'      => [email protected],

 

 

Any help? :/

Link to comment
Share on other sites

×
×
  • Create New...