Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [email-headers]

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.

email-headers
0 votes
1 answer
35 views

Some headers missing from net/mail parsed email

I'm writing a Go application that parses raw emails to return the content in plain text, and also a map of all the headers. I've found that the net/mail package works pretty well for this, and have ...
Ben Webb's user avatar
1 vote
0 answers
103 views

Amavis alert BAD HEADER SECTION, MIME error on Delphi+Indy generated email

I wrote a service app in Delphi 10 that sends emails (either with or without attachment). I use Indy 10.6.2. This is the main code that sends the email: with FdmMSThread do begin // based on ...
UnDiUdin's user avatar
  • 15.2k
1 vote
1 answer
52 views

Additional information in SPF resinfo of Authentication-Results header

I am reading RFC 8601 and trying to understand the syntax of Authentication-Results header. However, I am having trouble understanding the result of methodspec. Below are the emails I received: ...
LPMR's user avatar
  • 29
0 votes
1 answer
114 views

Does all sent mails in outlook contains message headers as received mails?

Generally while querying outlook message details in MS-Graph API, I have seen message headers available only for received mails covering the extensive information about the email and not for sent ...
sriram's user avatar
  • 15
1 vote
1 answer
104 views

Invalid email headers using WordPress wp_mail()

I get an invalid header when I try to send an email using WP Mail SMTP, the test emails work fine. It has been working perfectly for months but from 25.01. it is not working. My code: $headers = &...
Mārcis's user avatar
  • 91
0 votes
1 answer
157 views

Problem sending utf-8 display name in Gmail API

So I have a function which I use to send emails through Gmail API: def send_email(payload, messagesubject, sendtoaddresses, key_file_path: str, subject: str): messagedraft = MIMEText(payload, &...
AdeQ's user avatar
  • 1
2 votes
2 answers
206 views

Regex to catch email addresses in email header

I'm trying to parse a To email header with a regex. If there are no <> characters then I want the whole string otherwise I want what is inside the <> pair. import re re_destinatario = re....
Clodoaldo Neto's user avatar
0 votes
1 answer
570 views

Outlook 365 and custom formula for column

Have Outlook 365 and note you can use formulas for columns in the Inbox. I was wondering if it is possible for a formula to read the email headers and show a custom value from there? We have an ...
jcrow's user avatar
  • 35
1 vote
1 answer
765 views

Why is Gmail blocking some emails with emoji's in header?

Gmail is ISP blocking emails I am sending and giving this error message: smtp;550 5.7.1 The message contains a unicode character in a disallowed header. Please visit https://support.google.com/mail/?...
Josh Hewitt's user avatar
1 vote
0 answers
1k views

.ics file events not being added to calendar automatically

I'm trying and failing to get .ics files (that have been sent as an email attachments) to be automatically added to the user's calendar. This Apple discussion suggests this has been stopped, but I'm ...
HHHH's user avatar
  • 89
0 votes
2 answers
707 views

How to add headers to an outlook interop mail message

I am not able to connect my program with an exchange server via smtp. So, I tested with the outlook interop and seems working, at least for sending emails and adding attachments. My problem now is ...
Alessandro De Rossi's user avatar
-1 votes
1 answer
45 views

How to guarantee an email is unique?

An email has a Message-ID that is guarenteed unique by either the client program sending the email or the first email server (source). To declare an email as unique then, I'd need both the Message-ID ...
Preston's user avatar
  • 7,939
0 votes
0 answers
80 views

What email header will GMail use to state the distribution list an email came from?

For example: customer sends email to [email protected] [email protected] is a distribution list which automatically forwards the message further to [email protected] and [email protected] My ...
Harry Shapiro's user avatar
1 vote
2 answers
954 views

Golang: Encountering issue trying to parse Outlook msg files (emails) malformed MIME header: missing colon:

I have a task to parse both eml and msg formatted email files using Go. There's a wonderful package for parsing EML files, however, with MSG, no matter what package I research and attempt to implement,...
Randy J's user avatar
  • 13
0 votes
0 answers
44 views

reply to sender mail php script

I have been looking for a mailform script and came up with his. Works fine, but just this matter: when I reply to the received email, I am replying to myself, whilst I would like to reply ...
chechu's user avatar
  • 245

15 30 50 per page
1
2 3 4 5
28