| Option | SMTP_PASSWORD | |
| Description | Sets the secret password when using an SMTP server for emails | |
Sets the password for sending emails using SMTP.
ini
...
SMTP_USERNAME=you@domain.com
SMTP_PASSWORD=your-secret-passwordWarning
          Only put a password here if you also enable
          SMTP_USE_STARTTLS. Otherwise you will expose
          your password.
        
        See SMTP_HOST above for more information and
        examples.