Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add SMTP docs #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

rafaeleyng
Copy link

Hello, team!

There are quite a few issues of people not knowing how to setup the SMTP config (#44, #47, #76, #82).

I suggest we add a bit of documentation about that.

Thanks!

@Philipose
Copy link

Much needed!
A lot of my anxiety (Besides finding the instructions somewhere random place), I did not realize my cloud provider was blocking SMTP traffic to fight spam coming from their servers. Would it makes sense to just that if you are experiencing errors to check if your cloud provider blocks SMTP by default?


One way to do this is to use an email service. [Resend](https://resend.com/) and [SendGrid](https://sendgrid.com/) are two popular choices.

Create an account and API key on an email service and set these variables in `/pds/pds.env` (example with Resend):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here could add:

Ensure that, if you are using a cloud provider, that they allow SMTP traffic by default. Even if your firewall rules open it, your cloud provider may have their own restrictions for spam

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, let's see if the maintainers have an interest in merging this, then I can make the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants