Hi,
Activate the registration and configuration notification plugin, but when testing and registering a new user, it does not send any email.
What else do I have to activate?
Hi,
Activate the registration and configuration notification plugin, but when testing and registering a new user, it does not send any email.
What else do I have to activate?
Hi Diego
If you want to activate email notification on OJS, pls open config.inc.php in your OJS folder, Then edit several lines in the file ::
; Use SMTP for sending mail instead of mail()
smtp = On
smtp_server = smtp.gmail.com
smtp_port = 465
smtp_auth = ssl
smtp_username = YOUR_EMAIL@gmail.com
smtp_password = YOUR_PASSWORD.