derek-zhou
Outlook.com blocked my transactional emails sent via sendgrid.com. From what I learned, outlook.com used a simple per IP reputation system. Since I am on a cheap shared IP plan of Sendgrid, and there must be someone sending dubious email with sendgrid, therefore, the situation is hopeless.
Outlook.com also blocked IPs from major cheap hosting companies. The good thing is that if you file a complain with them and show them proof that you do own the IP, then they will unblock it on a case by case basis.
How do you guys send transactional emails, and what are your experiences? So far I’ve tried to avoid SES, or anything from AWS.
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
Hello,
I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
axelson
I’ve used Postmark to good success previously (https://postmarkapp.com/), and would definitely use them again. And I had the same problem with Sendgrid that you encountered.
dimitarvp
SendGrid gradually deteriorated in the last few years. Seems everyone is migrating to PostMark lately, including people on HN.
victorbjorklund
Amazon SES because I’m cheap. But I heard very good things about postmark so might switch to them at some point.
baldwindavid
I’ve used Sendgrid, SES, Postmark, and Mailgun. I like Postmark a lot, but tend to use Mailgun for most projects because it’s very cheap at the outset when you’re not sending many emails and it has all the features I need (mostly around seeing what was actually sent to recipients). I tend to think anything without a dedicated IP is prone to trouble, but haven’t had trouble with either of Postmark or Mailgun.
derek-zhou
I don’t think it is SendGrid’s fault. The big email providers are basically holding the mass in hostage, and the war on SPAM has gone way over board. If I move to postmark what guarantee do I have?
derek-zhou
What I have found is if you use a competitively priced VPS vendor and do your own sending, it is even more troublesome. outlook at least has a channel to complain; mail.qq.com only pretend to have one and no one would get back to you and your IP stays blocked forever.
AstonJ
Not sure if any of these are any help:
https://sendersupport.olc.protection.outlook.com/snds/FAQ.aspx
We’ve had issues with them when moving to new servers/ips in the past (though not recently). Usually once you reach out to them it gets fixed… but I imagine that would be harder for a shared IP service.
If you can install your own software on the server/host perhaps look at Dovecot and Postfix..
derek-zhou
Thanks, this is exactly what I did. Then I have delieverability problem to a different set of hosts
AstonJ
Make sure you have a valid SPF record. Sometimes they include troubleshooting info to let you know why your mail can’t be delivered too - are they giving you any indication?
I would also contact sendgrid… if you are paying them for email and it’s not being delivered it’s not really fit for purpose
baldwindavid
One of the things I like about Mailgun is the setup for SPF and DKIM has clear instructions. I like the directive to place records on a separate
mgsubdomain rather than tacking on to the SPF record for the root domain, which I’ve previously seen get overloaded (there is a limit) and messy.