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.

learn more… | top users | synonyms

1
vote
1answer
12 views

sending mail from php: 2 received entrys with phpmailer

Hi I tried to send an email over phpmailer. I take phpmailer to send it over smtp. Every customer have by us have an owne ip. I sent an test email and I see that there was two "received" entrys in the ...
2
votes
3answers
41 views

Find out from where an email has been sent

I'd like to find out from where an email has been sent. I already know I have to to find the "Received From" that’s farthest down in the complete headers to get the private and the public IP ...
0
votes
0answers
39 views

PHP mail function ignoring additional headers

I'm trying to send a mail using the php mail() function but for some reason I don't get, additional headers are ignored. This is my code: $errors = ''; $myemail = 'my@email.com'; ...
0
votes
0answers
16 views

How to get email header info from a “SENT Email or Forwarded email”?

I want to get receiver's email-ID from a forwarded email. I can include some links there, So that It enables ti redirect user with header info. My question is , I want to get header info of an email, ...
0
votes
0answers
59 views

HTML Emails Displaying odd in some clients

I'm using PHP to generate a fancy HTML email to send to visitors, but for some reason certain visitors are saying the HTML isn't working for them (seeing RAW HTML rather than pretty email). I haven't ...
0
votes
0answers
140 views

no recipient addresses found in message header

I use a ticket system called Itop (working on a Centos 6.3) that permit send a email message to an user. But then the email content is incomprehensible that display wrongs characters: ...
0
votes
1answer
96 views

spring integration inbound email with custom header

I have a spring app that sends emails through and reads emails from a GMail inbox and handles any undelivered mail messages that have been sent through the account but then returned as the recipient ...
0
votes
2answers
76 views

PHP send email to multiple recipients (headers not sending)

I have an index.html and a contacto.php. contacto.php is supposedly meant to send the user's info to multiple recipients but it's not sending. This is my index.html (ignore the javascript) ...
0
votes
2answers
28 views

How to format an email 'From' header that contains a comma

The standard way to format the 'From' email header is From: John Doe <john.doe@example.com> But what to do if there's a comma in the name? From: John Doe, chief bottle washer ...
1
vote
1answer
118 views

Obfuscate X-Php-Originating-Script

If there is no access to php.ini (assume php -v >= 5.3 & mail.add_x_header = 1), or a way to patch mail, is there a way to change the X-Php-Originating-Script header when using php's mail() ...
0
votes
0answers
172 views

Setting full sender name for postfix' sendmail

I've set up Postfix on Debian Squeeze. Mail that is sent by Cron or other daemons is dropped with sendmail on machine. Because Postfix grabs this mail via pickup I have not much options to deal with ...
0
votes
1answer
19 views

Outlook 2007 Bitness

I need to get the bitness of Outlook, in 2010 it is stored in a ReqistryKey named Bitness under the path 64bit Windows: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\14.0\Outlook\Bitness ...
-1
votes
1answer
78 views

PHP mail as spam [closed]

I can't get mail working properly, or better most of my mails are sent as spam (randomly between hotmail yahoo and gmail account). I read every thread about it: my txt record is set properly ...
0
votes
0answers
98 views

How to find the original send date of an email after it has been forwarded?

Because I badly botched one of the migrations of my email archives to a newer address by using forwarding, the original sent date timestamp seems to not be present in the individual emails' headers. ...
0
votes
0answers
116 views

PHP email sent to gmail client show wierd

I am using PEAR Mail package to send the email. I am having an email sent through PHP which has following headers Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: Quote-Printed And ...
0
votes
0answers
146 views

How to get a mail using imap with message id extracted using gmail gadget?

Want to get a mail using imap(used zend) with a message id.This message id is extracted using gmail gaget message id extractor.But the message id in the imap header is some thing different.How can i ...
1
vote
1answer
49 views

Can we trust `reply-to` to be respected

Our webapp sends out mails on behalf of its users. The header fields are set as following: HEADERFIELD MAILADDRESS NAME ------------------------------------------------ from: [our ...
0
votes
1answer
67 views

What do X-headers in mails stand for?

I'm wondering what all X- headers in e-mails stand for. Are they really just a custom and everyone can make them up? Are they documented somewhere? I've quickly browsed RFC 5322. It does not seem to ...
1
vote
1answer
102 views

imap_headers return string format

I'm trying to fetch all mail headers from an inbox using imap_headers($imap_resource) which returns an array of formatted string. I want to know the proper/correct format of that returned string so I ...
0
votes
0answers
94 views

wp_mail issue - will only send to a single domain, php mail function also will not work on this site

I'm finishing off a WordPress site which was built way back when, the site needs to send out a notification email when a new users signs up. All very straight forward functionality except wp_mail is ...
0
votes
1answer
213 views

Mail functionality with X-Mailer: PHP/' . phpversion() is not supporting content type html

In my registration page, I used the below coding for mail content. $to =$email; $subject = "Welcome to our site. Verify your Email address"; $body= "<table> Dear $firstname $lastname, ...
1
vote
1answer
134 views

How can I add an X-header field to Gmail header using javascript?

I'm writing a Chrome extension that builds on Gmail and which needs to add several proprietary header fields to the mail header before the message is sent. My app logic goes as follows: after the user ...
2
votes
1answer
125 views

utf-8 mimeheader, PHP mail() adds @domain in “From:” field

I send email with PHP's mail() function. I need to have the from field encoded in UTF-8 so I set these mail headers: function mail_headers($from, $contentType = "text/plain") { $headers = "From: ...
0
votes
0answers
27 views

Mail list address vissible in recivers To: field

I'm trying to set up a custom mailing list for my site. When a user(user@bar.com) sends a mails to list@foo.com. The mail should automatically be sent to the subscribers. Making the actual sending ...
2
votes
1answer
129 views

Replacing deprecated eregi() with stristr(). Is this php mail script secure from header injections?

I've been using the same php script to send emails from contact forms for years. But when my web server upgraded to php 5.3 the call to eregi was causing deprecated errors to display. After a Google ...
0
votes
0answers
43 views

Communicating XML content via email / content type / charset?

Trying to submit XML data to an email address which is set to collect data for parsing and submission to a local CRM system. Can't seem to find any documentation on what the proper content-type and ...
0
votes
3answers
107 views

change full header for sending mail in php

I use this code to send mail in php : mail($to,$subject,$message,$headers); It works perfectly but if we check the mail's full header it's gonna show the server of the site which the mail has been ...
1
vote
0answers
350 views

Java add header in MimeMessage msg

Problem that i'm solving is that when i send mail if the recipient (to mails, cc/bcc) not exist, i don't want sender to get Delivery Status Notification (Failure) mail. The solution that i'm ...
1
vote
0answers
75 views

Add X-header with Sendmail (for using milter)

I would like to configure Sendmail to include custom X-headers with using Milter (I want to use the free version). How do I go about doing this?
0
votes
1answer
73 views

issue in sending email with custom headers

I'm having some issues in understanding how to send custom headers with the php mail() function. What's wrong with this code? <?php function send_email($name, $lastname, $from, $subject, ...
0
votes
1answer
139 views

How to pass hidden data in php email subject line?

As I want to handle email failure and in that case when you send mail to other and if it gets in failure because of invalid to-email or etc. reason. In that case I can't see my email body in failure ...
0
votes
0answers
54 views

Different time formats in the Date header for emails

I'm fetching all the emails from a pop3 server and I want to record their dates but it seems like there are different formats for the emails and of course this breaks my code when I'm trying to ...
0
votes
1answer
85 views

PHP email header for reverse DNS

Context: I've recently had my host set up reverse DNS (and PTR) to prevent my PHP generated emails from being interpreted as spam. My questions: Is there a specific PHP mail header that I should ...
-4
votes
2answers
107 views

How can I integrate this piece of code to my php mail code? [closed]

I am using Simple Mailing List to send emails but the problem is that when the subjects have characters like ç Ă³ Ă­ Ă¡ I get problems. So I found that there is a code to resolve my problem. I just don't ...
-1
votes
2answers
69 views

Is it possible to find a php scrip that sent this email [closed]

I have an old website and I just can't find the script that generated emails with these headers: Return-Path: <username-www@server.com> Delivered-To: support@mysite.com Received: (qmail 46814 ...
1
vote
1answer
132 views

Determining if a MIME email part is a file or message text

As part of some email batch processing, we need to decode and clean up the messages. One critical part of that process is separating the mail bodies of a message and the mail attachments. The ...
0
votes
0answers
61 views

Make Outlook autoresponder use the 'reply-to' part of the email header

I need outlook 2010 auto-responder to send the autoresponse using to 'reply-to' email rather than the 'from' part of the email header. Is this possible?
1
vote
2answers
153 views

working with Email headers - PHP

I'm piping my incoming emails to a handler.php, I could pipe it successfully and it's working. but when it gets to getting out the variables from mail header, for example the "Subject", or "To", or ...
1
vote
1answer
465 views

Attach custom email header for Amazon SES service

I'm using Amazon SES to send emails, I would like to attach a custom header to it before it gets sent to users since I'm making a proxy email system, for replying to threads on my site, so the ID is ...
2
votes
1answer
703 views

custom defined mail headers using mime in java

i want to create a new custom header while sending mail ,but by using setHeadder() and addHeader() methods i am unable to do it .how can i create X-"" my userdefined mailheader. Thanks & Reards, ...
3
votes
1answer
391 views

JavaMail is losing some POP3 message headers and treats multipart/mixed as text/plain

I am having a strange issue parsing some POP3 messages in JavaMail 1.4.4 - Java 1.4, also in Java 1.6. I am parsing a com.sun.mail.pop3.POP3Message retrieved from a Windows 2003 POP3 service ...
0
votes
1answer
72 views

Ignore addresses from mailing list mail with BBDB in Emacs

I'd like to configure bbdb to not auto-notice addresses in mailing list mail. I'm trying to use the X-Mailing-List and X-Mailman-Version headers, since those seem to be consistently present on all the ...
2
votes
2answers
410 views

When I send an Email through Dynamics CRM how can I add mail headers

I want to edit the E-mail template in my Dynamics CRM 2011 solution. I will add a combo box to the form that allows a user to decide what classification the email should be eg. "A", "B" or "C" This ...
6
votes
3answers
392 views

Is there an error in PHP's imap_fetch_overview()-function when reading headers with brackets?

I'm sending an E-Mail in PHP using the following code: <?php error_reporting(E_ALL); # write mail ############################################################################### $recipient = ...
6
votes
3answers
151 views

mail() from php.net manual: difference between “to” and “to-header”

In the php.net example for mail(), two different addresses are used for $to and the additional header information "To: ...": <?php // multiple recipients $to = 'aidan@example.com' . ', '; // note ...
0
votes
1answer
278 views

Convert data from email header

Does anyone could help me how to convert data from email header? I have the next date format from email header: Wed, 28 Apr 2010 21:59:49 -0400 I need to convert them into mysql Date, or timestamp. ...
1
vote
1answer
173 views

Will a custom email header be included in reply emails?

I am writing a C# application to send emails with custom headers. If I send an email to someone with a custom header and they reply back, will it retain that custom header in the reply back?
1
vote
1answer
543 views

header function mail() php

i have to send mail with function mail() of PHP. I have to insert Reply-To header but it not work: <?php $body = "<html>\n"; $body .= "<body style=\"font-family:Verdana, Verdana, ...
0
votes
1answer
1k views

Analysing email header from hotmail for message marked as spam

I have a simple PHP script which generates a single email to a user on my site. For some reason, most messages are getting sent to user's spam folders. I set up a hotmail account to test this, and ...
1
vote
1answer
348 views

Warning: mail() [function.mail]: SMTP server response: 552 5.7.0 DATA header size exceeds maximum permitted

I'm Beau from Fijura Web Design in Perth, Western Australia. Having an issue on my server. I am trying to create a script that will send an email with an attachment and whenever I try to run the ...

1 2 3