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).
Question
domez86
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 domez862 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.