Top "Email-headers" questions

E-mail headers are the headers at the beginning of an e-mail that define various properties (e.g. `From` or `Reply-To`) of the e-mail.

Should I use the Reply-To header when sending emails as a service to others?

Suppose we have an application that acts as a middleman, allowing Company A to send reports to their customers. Company …

email spam email-headers phishing
Change the sender name php mail instead of [email protected]

I am trying to send email from my php : $to = '[email protected]'; $email_from = "[email protected]"; $full_name = …

php email email-headers
Email from PHP has broken Subject header encoding

My PHP script sends email to users and when the email arrives to their mailboxes, the subject line ($subject) has …

php encoding mime email-headers
python imaplib to get gmail inbox subjects titles and sender name

I'm using pythons imaplib to connect to my gmail account. I want to retrieve the top 15 messages (unread or read, …

python gmail imaplib email-headers
Python - email header decoding UTF-8

is there any Python module which helps to decode the various forms of encoded mail headers, mainly Subject, to simple …

python email email-headers
What does X-Sender-Id mean in email raw source (Found in phishing email)?

Somebody in my company is being subject to phishing. My first suggestion was just to change the password. However after …

email-headers emailrelay sender-id interchange
Detecting Outlook autoreply/out-of-office emails

Been googling for this and haven't found anything ... Does anybody know if there is a way, given an Outlook email …

vba outlook email-headers
E-Mail Header: MIME-Version: 1.0 - When should this be used?

This could be rightfully construed as a beginner's question. Consider the following e-mail header: MIME-Version: 1.0 My Questions: When should you …

email mime email-headers
List-unsubscribe in e-mail header. How-to?

I'm trying to add a List-Unsubscribe header to my e-mail that is being sent. So far I hadn't any luck …

c# asp.net email email-headers
Custom mail headers using MIME in Java

I want to create a new custom header while sending email, but by using setHeader() and addHeader() methods I am …

java email email-headers