Showing posts with label from address. Show all posts
Showing posts with label from address. Show all posts

Thursday, April 24, 2014

AOL Follows Yahoo in DMARC Policy Change

By: Chris Reibold
Senior Email Analyst


A couple weeks ago I wrote about how Yahoo’s DMARC change would be a new trend and that we would see it going forward with other email providers. No, I’m not psychic, but I was right.  Yesterday AOL announced the same change.

For more details, click here to read my first post.

Like the Yahoo change, this only affects messages with the From address of AOL.com. If you are sending from AOL.com to AOL.com through JangoMail (or any other email provider), then your message will never be delivered.

The domino effect is clearly in play here. You can expect Hotmail and Gmail to follow suit accordingly in the near future.  Keep it here for the latest.

Bottom line: Do not use an @aol.com, @yahoo.com, @gmail.com, @hotmail.com, or other free email provider address to send your emails. Instead, set up and send from your own domain. Learn how to here.

Thursday, April 10, 2014

Yahoo Policy Change Impacts Delivery

By: Chris Reibold

Senior Email Analyst

While I did put considerable thought into titling this blog post “Yahoo breaks the internet!”, I thought that might be a little dramatic, but it was tempting.

Within the last 48 hours, Yahoo made a bold move in updating their DMARC policy setting to "p=reject." Therefore, mail containing a Yahoo from address is no longer considered legitimate if it does not contain an authentication signature, or if it did not come from properly identified Yahoo infrastructure.

What does this mean? If you are sending from a Yahoo address, to Yahoo users, your emails will always be bounced. Essentially, if the from address is @yahoo.com, and your message is not originating from Yahoo infrastructure (using their web interface, or sending with your Yahoo account from outlook, your iPhone, android, etc), it will never make it to the recipient.

If you look inside the SMTP logs of a message sent to Yahoo, it will look like this:

Message+not+accepted+for+policy+reasons.++See+http://postmaster.yahoo.com/errors/postmaster-28.html - - 0 0 0 SMTP - -

At JangoMail, we discourage our users from sending with a from address of major free email providers like Yahoo, Gmail, and Hotmail.  With the new change, however, users will be flat out blocked if they try to send from a provider. While this move seems drastic, it will limit the amount of spoofed email to Yahoo accounts to zero.

Since Yahoo is a major source of email on the web, you can expect Hotmail and Gmail to follow suit. Do not think of this as some security experiment that Yahoo is performing, but a real and secure change in the way email is handled on the internet today.

Bottom line: Do not use a @yahoo.com, @gmail.com, @hotmail.com, or other free email provider address to send your emails. Instead, set up and send from your own domain. Learn how to here.

Tuesday, October 01, 2013

Branded Subdomain Setup

Setting up a branded subdomain

Technically, all that is needed is the MX record, but we strongly recommend using an SPF record and a domain key.

Here is some general info on the subdomain setup:


Let's say your domain is acme.com and you want a subdomain of news.acme.com (which will only be used for sending email through JangoMail).

In your DNS (where you registered your domain), you create the subdomain of news.

Since we are sending on behalf of your subdomain, your subdomain needs an MX record saying we can send for you. Set up an MX record for your subdomain that shows: mail.jangomail.com.

Overall, at the subdomain level, we look for a MX record (mandatory), SPF record and a domain key/DKIM (both are strongly recommended), and at the parent-level domain, especially if click tracking will be used, a custom tracking domain.  

Each of these has a short explanation below:

Custom tracking domain


If you are using a branded subdomain, the custom tracking domain only needs to be at the parent-level domain, not at the subdomain.

If you are using "track" for your custom tracking domain, the DNS entry will look similar to what is shown below.

Enter the tracking domain information in your JangoMail account. If you enter your custom tracking domain name into a browser and go to that address, you should see our landing page.

Domain key/DKIM


A general summary of the DKIM/DomainKey setup is:
  • Login to your account.
  • Go to Settings > Advanced > Domain Keys / DKIM (in JangoSMTP) or Settings > Sending and Receiving > Domain Keys / DKIM (in JangoMail).
  • Click on "Add New Item." Add your domain by entering your domain and a selector for your domain. The selector can be any word such as "jangomail" or even your account username. Keep in mind that the selector you choose will correspond to the DNS record you must add for your domain (TXT record for selector._domainkey.yourdomain.com). Click Save.
How it looks in your account before it is enabled:

If you are using a subdomain, then the left-side value is your_selector._domainkey.your_subdomain_name and the right-side value is the key value generated in your JangoMail.

A private key has now been created for your domain, but the key pair will be disabled until you add the public key into your DNS settings. To view the key, click the "View Key" icon on the line for your entry. A popup will launch showing you the public key, the private key, and the exact DNS TXT record you must add into your DNS server. Copy the "Value" entry onto your clipboard.

Create the TXT record in your DNS. An example using HostMonster is shown below (and it includes what you would add for the SPF record).

Once the DNS record is in place, you must come back to JangoMail to enable the key pair. Go back to DomainKeys/DKIM, and click the "Enable" link next to your domain. JangoMail will then verify that your DNS TXT record is in place and correct, and if so, it will enable the key pair. Your messages will now be signed with a domain key/DKIM.

SPF record


SPF setup is pretty straightforward, and the guide shows what to do based on two conditions.

FROM Address

In JangoMail, options for the FROM address are listed here:


With the branded subdomain setup in your JangoMail account, send your messages using your subdomain name in the FROM address, for example, info@news.acme.com. JangoMail will be able to handle reply management for your messages.


General info

For your basic HTML email, a campaign has open tracking on by default. Click tracking is an optional setting, but one that you want to turn on for reporting reasons.

When you use a custom tracking domain, the URL for a hyperlink looks "better" in that it has your domain or brand in it, as opposed to ours. If you do not use a tracking domain, a URL will begin with something like x.jtrk86.net (that is not necessarily an actual URL, but you get the idea of what it looks like). With a tracking domain, recipients will see x.your_domain.com or track.your_domain.com (the "x" and "track" names are suggestions, you can use whatever you like).

Example domain

Using a subdomain named news.jangodemo.com, you can see the DNS values at network-tools.com (select the DNS Records radio button, enter news.jangodemo.com, and click Go, or use the link below):


You can see the MX record referencing mail.jangomail.com, and the SPF record (the TXT entry) with include:jangomail.com. The domain key uses jm, so if you enter jm._domainkey.news.jangodemo.com, you'll see the key value. The custom tracking domain is track.jangodemo.com, so if you enter that, you will see entries for jngo.net. You can also enter track.jangodemo.com in a browser, and it will take you to the jngo.net landing page.


If you have any questions about the above, please let us know. It's actually pretty easy to do all of this - the explanation of the steps makes it seem like a lot of work, but all of this can done in less than 5 minutes (you may have to wait for DNS propagation of your settings, which can take several hours, but that usually takes place right away).


You may also be interested in reading:  How to Set Up SPF Record and a Domain Key

Friday, June 21, 2013

Boost Brand Identity. Trick #1: Establish Your "From" Address

We like you. In fact, we consider our clients part of the JangoMail family. But we also know when it's time to set you free. Sigh.

Time for you to fly?
So, as much as we'd love to see you maintain your default "@jangomail.com" address, it might be time to branch out. Establishing your own "From Address" is a great way to highlight your company's or organization's unique brand. And let's face it - it grabs attention, establishes a sense of familiarity with your email recipients and creates a presentation that establishes you as whole and perhaps even bigger than you actually are. In short, it sets the stage for brand identity that can set you apart from the pack. We hate to see you go - but love to witness the maturation of any brand.


3 options to choose from
  1. Default: your JangoMail username plus "@jangomail.com"
  2. Branded Sub-Domain (recommended): create a brand from your "From" email address with a sub-domain of your company's domain name. If you company's domain name is joebaker.com, you might setup a sub-domain called eat.joebaker.com
  3. Editable: have your email address field set to an editable field, so you type any valid email address you choose, including an existing personal or corporate email address

Not sure which option is for you? Check this out.



Don't stray too far from home
Create your own branded "From Address" but retain ties to the power of JangoMail. Your account can be configured to send from your newly branded sub-domain, but you'll still retain the unsubscribe and bounce handling features of JangoMail. So, you'll enjoy all the functionality of your JangoMail account status, but take all the credit. How cool is that? Just don't forget to call us every once in a while ... we worry.



If you have any questions about this blog or any other JangoMail features, give us a shout. We'd love to hear from you! Until next time, have a great weekend, everyone.