You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`MAIL_SMTP_HOST`|`smtp.mailgun.org`| Mail server hostname. For example `smtp.mailserver.com`. |
143
-
|`MAIL_SMTP_PORT`|`587`| Mail server port. |
144
-
|`MAIL_SMTP_ENCRYPTION`|`tls`| Mail encryption. |
145
-
|`MAIL_SMTP_AUTH`|`false`| Whether to use SMTP Auth. |
146
-
|`MAIL_USERNAME`|**Required** (when `MAIL_SMTP_AUTH` is `true`) | The username used in SMTP Auth. |
147
-
|`MAIL_PASSWORD`|**Required** (when `MAIL_SMTP_AUTH` is `true`) | The password used in SMTP Auth. |
148
-
|`MAIL_SMTP_DEFAULT_SENDER`|**Required**| The email used in `from` and `replyTo` fields of sent email. Note: Depending on the mailserver this might be different from SMTP Auth username. |
149
-
|`MAIL_SMTP_DEFAULT_MESSAGE`|`Please do not reply to this email`| Default message body of emails. |
150
-
|`MAIL_SMTP_DEBUG_LEVEL`|`0`| Debug level used in [PHPMailer](https://github.com/PHPMailer/PHPMailer/). `0` No output, `4` Noisy, low-level data output, rarely needed.|
|`MAIL_SMTP_HOST`|`smtp.mailgun.org`| Mail server hostname. For example `smtp.mailserver.com`. |
143
+
|`MAIL_SMTP_PORT`|`587`| Mail server port. |
144
+
|`MAIL_SMTP_ENCRYPTION`|`tls`| Mail encryption. |
145
+
|`MAIL_SMTP_AUTH`|`false`| Whether to use SMTP Auth. |
146
+
|`MAIL_USERNAME`|**Required** (when `MAIL_SMTP_AUTH` is `true`) | The username used in SMTP Auth. |
147
+
|`MAIL_PASSWORD`|**Required** (when `MAIL_SMTP_AUTH` is `true`) | The password used in SMTP Auth. |
148
+
|`MAIL_SMTP_DEFAULT_SENDER`|**Required**| The email used in `from` and `replyTo` fields of sent email. Note: Depending on the mailserver this might be different from SMTP Auth username. |
149
+
|`MAIL_SMTP_DEFAULT_MESSAGE`|`Please do not reply to this email`| Default message body of emails. |
150
+
|`MAIL_SMTP_DEBUG_LEVEL`|`0`| Debug level used in [PHPMailer](https://github.com/PHPMailer/PHPMailer/blob/master/src/SMTP.php#L116-L126). `0` No output, `4` Noisy, low-level data output, rarely needed. |
0 commit comments