Hacker News new | ask | show | jobs
by fyfy18 3077 days ago
> Check headers in outgoing emails for an origin IP (this one gets way too many sites)

Are there any workarounds for this, other than running mail servers on a separate network and IP range?

2 comments

Use Amazon SES to send your email. SES actually conceals your origin IP -- unlike other providers like Sendgrid, which include it.
Run your mail server on a different provider and configure it to strip the relay headers - some mail relay services may also work for this purpose.