| MAIL_HOST | The hostname or IP address of the mail server used for sending emails. |
| MAIL_USERNAME | The username or email address used for authentication when sending emails. |
| MAIL_PASSWORD | The password associated with the MAIL_USERNAME for authentication. |
| MAIL_PORT | The port number on the mail server used for email communication. |
| MAIL_SECURE | Indicates whether the email communication should be secured with encryption. |
| MAIL_FROM_NAME | The sender’s display name shown in the “From” field of outgoing emails. |
| MAIL_FROM_ADDRESS | The email address shown in the “From” field of outgoing emails. |