x-rm-campaign Header in Easy-SMTP lets you tag recipients with a CampaignName for delivery reporting:
x-rm-campaign: Forum Users in your message headersx-rm-campaign: [CAMPAIGN NAME] in your message headersx-campaign; always use x-rm-campaign now(Previous versions used x-campaign. Please use x-rm-campaign instead)
Example
...
Date: 24 July 2011 08:00:00
x-rm-campaign: Forum Users
Subject: Welcome to the Acme Company forum!
...
The x-rm-profile header is an advanced feature for senders leasing dedicated IPs with ReachMail, or those need differentiated traffic routing, for example, marketing and transactional email streams.
(Previous versions use the x-profile header. Please use x-rm-profile instead)
Example
...
Date: 24 July 2011 08:00:00
x-rm-profile: promotions
Subject: Welcome to the Acme Company forum!
...
The X-Tracking header is used to enable link tracking in a message. Link tracking is not enabled for messages by default, the X-Tracking header must be sent with a value of '1' for tracking to be turned on for a message.
Example
...
Date: 24 July 2011 08:00:00
X-Tracking: 1
Subject: Welcome to the Acme Company forum!
...
t’s recommended to distinguish between transactional and marketing emails, even if marketing messages are sent outside ReachMail. AOL, Gmail, and Yahoo advise using separate channels for better deliverability. DKIM (Domain Keys Identified Mail) helps by authenticating messages using public/private key pairs.
To set up DKIM:
transact for transactional, messages for marketing)_domainkey.messages.domain.tld IN TXT "t=y; o=~;"
k1._domainkey.messages.domain.tld IN TXT "k=rsa; p=<marketing key>;"
_domainkey.transact.domain.tld IN TXT "t=y; o=~;"
k1._domainkey.transact.domain.tld IN TXT "k=rsa; p=<transactional key>;"
Note: The sub-domains should also be capable of routing incoming messages. If that's not possible for some reason, make sure to specify a valid Reply-To address.
By default, Easy-SMTP will treat all incoming messages as plain text unless HTML is specified in the Content-Type header. If you are sending HTML messages but are seeing the HTML code in the message body when viewing the message in a mail user agent, your sending mechanism is likely omitting the Content-Type header.
Subject: New forum posting
Content-Type: text/html