Skip to content

Update README.md with spam prevention#35

Merged
fratzinger merged 1 commit intofeathersjs-ecosystem:masterfrom
edgar-koster:patch-1
Jan 3, 2025
Merged

Update README.md with spam prevention#35
fratzinger merged 1 commit intofeathersjs-ecosystem:masterfrom
edgar-koster:patch-1

Conversation

@edgar-koster
Copy link
Copy Markdown
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
Copy Markdown
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