-
Functional Test
-
Minor
-
Moodle 4.1
NOTE: You need an SMTP server that accepts TLS or SSL only
- Specify the full SMTP hostname:port in "Site administration > Server > Email > Outgoing mail configuration" e.g.: smtp.gmail.com:587
- Set SMTP security to TLS or SSL (depending on SMTP server) e.g: TLS
- Set other fields if necessary, e.g.: Google SMTP Server:
- SMTP Auth Type: LOGIN
- SMTP username: <youremail>@gmail.com
- SMTP password: <yourpassword>
- Attention if you use 2-factor authentication you must generate an "App password" and provide this as password
- Send a test message to check outgoing mail configuration inĀ "Site administration > Server > Email > Test outgoing mail configuration"
- Open up /login/forgot_password.php in browser and trigger a password reset email
- Ensure mail is sent properly
- is a QA test written for
-
MDL-30960 No option in email settings to speccify SSL or TLS (SMTPSecure property of PHPMailer)
- Closed