Jump to content
  • 0

right settings for flux reset password?


domez86

Question


  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   0
  • Joined:  06/11/13
  • Last Seen:  

hi I wanted to ask if these settings are right for gmail:

    'MailerFromAddress'            => '[email protected]',        // The e-mail address displayed in the From field.
    'MailerFromName'            => 'myRO',            // 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'        => 'mypass',                    // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

tnx!

Edited by domez86
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   0
  • Joined:  06/11/13
  • Last Seen:  

1 hour ago, domez86 said:

hi I wanted to ask if these settings are right for gmail:

    'MailerFromAddress'            => '[email protected]',        // The e-mail address displayed in the From field.
    'MailerFromName'            => 'myRO',            // 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'        => 'mypass',                    // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

tnx!

  '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.

all 3 true? for it is written that the third cancels the second.

Edited by domez86
Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1616
  • Joined:  03/26/12
  • Last Seen:  

This should help you https://support.google.com/mail/answer/7126229

You're using the wrong SMTP port if you want to use TLS.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...