-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add Mail Delivery page (#1709)
* docs: add Mail Delivery configuration * remove
- Loading branch information
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Mail Delivery | ||
|
||
Tabby uses an SMTP server of your choice to send emails. Some functionaties like password reset, email notifications, etc. require an SMTP server to be configured. | ||
|
||
You can configure the SMTP server settings in the **Mail Delivery** page. | ||
|
||
## Configuring SMTP via Amazon SES | ||
|
||
To use Amazon SES, first [follow these steps to creating and verifying identities](https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html). | ||
Then, use [AWS Access Management(IAM)](https://aws.amazon.com/iam/) to create an SMTP credential. | ||
Once you have an IAM user with the necessary permissions, you can use the credentials to configure Tabby like below: | ||
|
||
![Amazon SES](./ses.png) | ||
|
||
## Configuring other SMTP providers | ||
|
||
Other providers such as [SendGrid](https://sendgrid.com/), [Mailgun](https://www.mailgun.com/) or [Resend](https://resend.com) can be configured by providing the SMTP server details. You can find the SMTP server details in the respective provider's documentation. | ||
|
||
|
||
|
||
## Send a Test Email | ||
|
||
To verify email sending is working correctly, fill in the **Send Test Email To** field and click **Send** button, Tabby will send a test email using your SMTP configuration. If everything is correct, you will receive a mail like: | ||
|
||
![Test Email](./test-email.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.