http://www.greenviewdata.com/spamstopshere/index.php
The killer feature for me is a very low false positive rate. Very few legitimate emails get blocked, based on the way they are filtered.
11–20 of 72 posts
http://www.greenviewdata.com/spamstopshere/index.php
The killer feature for me is a very low false positive rate. Very few legitimate emails get blocked, based on the way they are filtered.
I'm not convinced about the need for SendGrid. Learning to set up an email server isn't that hard in this day and age, and we seem to get very decent deliverability with our own SMTP server - and don't pay a penny for any emails sent. I'm planning to build an email subscription feature for swombat.com soon, and was looking at options like SendGrid, but I just can't justify the cost. When you send people a sign-up con…
I was talking to the guys from mailgun.net recently, which provides a similar service to SendGrid, but also makes it easy to receive e-mail via webhooks. They told me a ton of interesting things about how this stuff actually works. Getting high deliverability is actually incredibly complicated. You need a dedicated IP address to send mail from, which you need to be whitelisted by the big ESPs (E-mail Service Provider…
As far as the ESPs are concerned, all of them appear to accept our emails just fine, except for Hotmail. We've largely given up on Hotmail, but then everyone who uses hotmail seems to be aware that it marks everything as spam and so they check their spam box as often as their inbox, from the looks of it.
It's a nice convincing argument. It just hasn't borne out in practice for us. Email is critical to us, and it gets delivered just fine the vast majority of the time. We've had about 2 cases in 3 years where we needed to intervene manually to talk to some kind of ESP to get us unblocked, because they'd randomly decided to blacklist our IP. That's not worth $80/m.
As usual, the only people who make money on the gold rush are the shovel sellers
Does anyone recommend any SendGrid alternatives? They look good, I'm just wondering if anyone has had success with another provider also.
Earlier quoted context omitted.
I was talking to the guys from mailgun.net recently, which provides a similar service to SendGrid, but also makes it easy to receive e-mail via webhooks. They told me a ton of interesting things about how this stuff actually works. Getting high deliverability is actually incredibly complicated. You need a dedicated IP address to send mail from, which you need to be whitelisted by the big ESPs (E-mail Service Provider…
All of this apart from the relationships with ESPs is relatively easy to do if you're a competent sysadmin. As far as the ESPs are concerned, all of them appear to accept our emails just fine, except for Hotmail. We've largely given up on Hotmail, but then everyone who uses hotmail seems to be aware that it marks everything as spam and so they check their spam box as often as their inbox, from the looks of it. It's a…
I'm not convinced about the need for SendGrid. Learning to set up an email server isn't that hard in this day and age, and we seem to get very decent deliverability with our own SMTP server - and don't pay a penny for any emails sent. I'm planning to build an email subscription feature for swombat.com soon, and was looking at options like SendGrid, but I just can't justify the cost. When you send people a sign-up con…
I was talking to the guys from mailgun.net recently, which provides a similar service to SendGrid, but also makes it easy to receive e-mail via webhooks. They told me a ton of interesting things about how this stuff actually works. Getting high deliverability is actually incredibly complicated. You need a dedicated IP address to send mail from, which you need to be whitelisted by the big ESPs (E-mail Service Provider…
Does anyone recommend any SendGrid alternatives? They look good, I'm just wondering if anyone has had success with another provider also.
I'm not convinced about the need for SendGrid. Learning to set up an email server isn't that hard in this day and age, and we seem to get very decent deliverability with our own SMTP server - and don't pay a penny for any emails sent. I'm planning to build an email subscription feature for swombat.com soon, and was looking at options like SendGrid, but I just can't justify the cost. When you send people a sign-up con…
I was talking to the guys from mailgun.net recently, which provides a similar service to SendGrid, but also makes it easy to receive e-mail via webhooks. They told me a ton of interesting things about how this stuff actually works. Getting high deliverability is actually incredibly complicated. You need a dedicated IP address to send mail from, which you need to be whitelisted by the big ESPs (E-mail Service Provider…
Urban legend.
You need a dedicated IP address to send mail from, which you need to be whitelisted by the big ESPs
That is nonsense. Nobody reaches out to the ESPs to have their IPs "whitelisted" in advance. You reach out when, if and after you've been blacklisted, in order to get unlisted.
To get it whitelisted, you need to "warm it up" before you start using it properly.
Nonsense.
You need to be very careful about setting the right headers. You need reverse DNS configured correctly, you need SPF and DomainKeys set up
Yes, there's a few things to watch out for, but it's all pretty well documented nowadays and you only have to do it once. SPF is pretty easy with http://old.openspf.org/wizard.html
you need to make sure the IP/domain you are sending from hasn't previously been used for spam
A quick check at a few of the largest blacklists (spamhaus et al) takes all of 5 minutes. Another 5 minutes that you have to spend exactly once.
[..further marketing pitch for MTA SaaS snipped..]
Well, to sum this up.
It seems many people have a strong misconception of what SendGrid, MailGun and friends actually do. You don't magically get higher deliverability only because your mail is passing through them. They don't have mythical "whitelist" slots at the ESPs. They're not even on the radar of the ESPs.
What you get from SendGrid et al is a (hopefully) properly configured MTA and DNS, to push your mail through. From there your outbound mail is suspect to all the usual blacklisting and scrutiny at the receiving endpoints. And that's all - no black magic at work here.
Earlier quoted context omitted.
I was talking to the guys from mailgun.net recently, which provides a similar service to SendGrid, but also makes it easy to receive e-mail via webhooks. They told me a ton of interesting things about how this stuff actually works. Getting high deliverability is actually incredibly complicated. You need a dedicated IP address to send mail from, which you need to be whitelisted by the big ESPs (E-mail Service Provider…
Getting high deliverability is actually incredibly complicated. Urban legend. You need a dedicated IP address to send mail from, which you need to be whitelisted by the big ESPs That is nonsense. Nobody reaches out to the ESPs to have their IPs "whitelisted" in advance. You reach out when, if and after you've been blacklisted, in order to get unlisted . To get it whitelisted, you need to "warm it up" before you start…
That's absolutely right, you don't. But email deliverability turned from a massive mystery and headache for us, into a sure-fire deal, the day after we implemented SendGrid. We develop translation/localization related apps, not email apps. So for us that's cool :)