Difference between revisions of "Using gmail SMTP"
From PKP Wiki
m (Fix formatting) |
|||
| Line 1: | Line 1: | ||
| − | To use gmail SMTP to send email from OJS system. You can use the following setting. | + | To use gmail SMTP to send email from OJS system. You can use the following setting in config.inc.php |
<nowiki> | <nowiki> | ||
Latest revision as of 10:22, 1 February 2012
To use gmail SMTP to send email from OJS system. You can use the following setting in config.inc.php
; Use SMTP for sending mail instead of mail() smtp = On ; SMTP server settings smtp_server = "ssl://smtp.gmail.com" smtp_port = 465 ; Enable SMTP authentication smtp_auth = PLAIN smtp_username = "user@gmail.com" smtp_password = "password"