Search Results

9
votes

Handling undelivered emails in webapp

First, it's important to understand the difference between the "From:" header (which the recipient sees in their email client) and the sender address (which is also called the envelope return path …
1
vote

What do I need for a compliant email header

In addition to Ted Percival's suggestions, make sure that the IP address the email is comi …
1
vote

How do I create an email-sending service?

You may find some of the answers to Handling undelivered emails in webapp useful. …
1
vote

How do I set up my Ubuntu VPS to send outgoing mail?

Other answers have provided information about the mechanics of sending email, but one thing you need to consider is what sender address you're going to use, and how you're going to deal with bounce …