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

Update README.md with spam prevention #35

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

edgar-koster
Copy link
Contributor

I've added a section on how you can prevent mail to be treated as spam. This can be quite common when you change the from address to that of a user email address. In fact, it usually will occur if the from address domain is not linked to the sending host

I've spent quit some time to get this working in my old application where I used my own node-mailer solution (but with featherjs backend). That application is a multi-tenancy app, and customers can choose to use DKIM or not. If they do, the information can be entered on a settings form. Each time a mail is sent, the information is collected.

I've added a section on how you can prevent mail to be treated as spam. This can be quite common when you change the `from address` to that of a user email address. In fact, it usually will occur if the `from address` domain is not linked to the sending host
@fratzinger fratzinger merged commit 650b735 into feathersjs-ecosystem:master Jan 3, 2025
@fratzinger
Copy link
Contributor

This is a long time coming. Thanks for this!

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