Jump to content
  • 0

right settings for flux reset password?


Question

Posted (edited)

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

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...