# Sendgrid replacement

**URL:** https://the.fmsoup.org/t/sendgrid-replacement/1655
**Category:** Questions
**Tags:** integration, smtp
**Created:** [February 2, 2021, 10:53pm UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655 "2021-02-02T22:53:27Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![FileKraft](https://yyz2.discourse-cdn.com/flex030/user_avatar/the.fmsoup.org/filekraft/32/1183_2.png) [@FileKraft](https://the.fmsoup.org/u/FileKraft)
#### Post date: [February 2, 2021, 10:53pm UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/1 "2021-02-02T22:53:27Z")

</div>

Have been using Sendgrid account as SMPT server for vertical market stand-alone file successfully for many years.

Sendgrid changed to API calls and doesn't offer as far as I understood SMTP services anymore.

My question: Does anyone know or uses an alternative affordable SMTP server like Sendgrid used to be for low count of emails to be sent out within FMP?

What really made the deal with Sendgrid was that sending out emails even with same credentials but different IP addresses never have been flagged as SPAM (at least not for the low volumes we used to send) whereas gmail for example or others refused or indicated compromising of outgoing account and stopped to send ...

Thanks for any hint or recommendation!

---

<div class="post-metadata">

### Author: ![jormond](https://avatars.discourse-cdn.com/v4/letter/j/35a633/32.png) [@jormond](https://the.fmsoup.org/u/jormond)
#### Post date: [February 2, 2021, 11:06pm UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/2 "2021-02-02T23:06:11Z")

</div>

SMTP is listed on their feature page. Is there something else telling you that is changing?

---

<div class="post-metadata">

### Author: ![FileKraft](https://yyz2.discourse-cdn.com/flex030/user_avatar/the.fmsoup.org/filekraft/32/1183_2.png) [@FileKraft](https://the.fmsoup.org/u/FileKraft)
#### Post date: [February 2, 2021, 11:42pm UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/3 "2021-02-02T23:42:39Z")

</div>

thanks // I got an email from them to switch to API and SMTP fails to work:

" **Secure Your SendGrid Account With API Keys and Two-Factor Authentication (2FA)** Twilio SendGrid will soon begin enforcing API Key authentication for all API requests and SMTP configuration, as well as requiring Two-Factor Authentication upon login. We have begun reaching out to customers to [upgrade to API Keys](https://sendgrid.com/docs/for-developers/sending-email/upgrade-your-authentication-method-to-api-keys/) where applicable, and to [enable 2FA](https://sendgrid.com/docs/ui/account-and-settings/two-factor-authentication/) on their SendGrid accounts using SMS or Authy.

---

<div class="post-metadata">

### Author: ![jormond](https://avatars.discourse-cdn.com/v4/letter/j/35a633/32.png) [@jormond](https://the.fmsoup.org/u/jormond)
#### Post date: [February 3, 2021, 12:58am UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/4 "2021-02-03T00:58:29Z")

</div>

We had something similar happen with Mandrill.

That is likely about authentication for the SMTP call. Actual implementation may be slightly different. In Mandrill, we use the API key as the password. That protects your password and allows the provider to suspend an API call if there is suspicious activity, without break ALL mail.

We have separate API keys for various uses. A few months ago, someone in another country started sending a ton of SPAM using that key. Kill the key, replace it with a new one, problem solved, without killing our Sales Reps communication with clients.

---

<div class="post-metadata">

### Author: ![JamesG](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@JamesG](https://the.fmsoup.org/u/JamesG)
#### Post date: [February 3, 2021, 6:19pm UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/5 "2021-02-03T18:19:52Z")

</div>

You can still get direct SMTP server access with Mailjet - I use them for API based sending, but they also allow you to send via SMTP.

Although - I must add, why not just switch over to and API based sending method? I've alsways found the Send Mail (via SMTP) script step a bit flakey - it tends to be very specific about auth methods, and this has caused issues for me in the past. With an API based approach, you get a lot more options, like being able to send HTML, and leveraging templates, amongst other things.

I can provide an example file with the API config for Mailjet sending already built, if you like?

---

<div class="post-metadata">

### Author: ![JamesG](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@JamesG](https://the.fmsoup.org/u/JamesG)
#### Post date: [February 3, 2021, 6:20pm UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/6 "2021-02-03T18:20:17Z")

</div>

> **[Free SMTP Server - Scalable Email Relay Service with Mailjet](https://www.mailjet.com/feature/smtp-relay/)**
>
> Your business needs a fast and reliable Free SMTP server and relay provider. Mailjet's server platform is robust and scalable and ready to go in minutes.

---

<div class="post-metadata">

### Author: ![jormond](https://avatars.discourse-cdn.com/v4/letter/j/35a633/32.png) [@jormond](https://the.fmsoup.org/u/jormond)
#### Post date: [February 3, 2021, 7:00pm UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/7 "2021-02-03T19:00:16Z")

</div>

The message he got isn't even about a RESTful API call. It was only about not using your actual password. The equivalent is a Gmail App Password. SendGrid, MailChimp, and most transactional mail calls them API keys.

Though I completely understand the confusion. It's an email about API keys with almost no context.

SendGrid still offers both features. Also, some API call based transaction email doesn't allow you to easily get the mail into the original user's sent mail. I think most do, but I have run into a few that don't work.

---

<div class="post-metadata">

### Author: ![FileKraft](https://yyz2.discourse-cdn.com/flex030/user_avatar/the.fmsoup.org/filekraft/32/1183_2.png) [@FileKraft](https://the.fmsoup.org/u/FileKraft)
#### Post date: [February 3, 2021, 7:45pm UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/8 "2021-02-03T19:45:01Z")

</div>

thanks @JamesG that's exactly I was looking for. Will set up right away.

---

<div class="post-metadata">

### Author: ![rlanthier](https://yyz2.discourse-cdn.com/flex030/user_avatar/the.fmsoup.org/rlanthier/32/1154_2.png) [@rlanthier](https://the.fmsoup.org/u/rlanthier)
#### Post date: [February 4, 2021, 12:16am UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/9 "2021-02-04T00:16:14Z")

</div>

hi Josh

Thank you for the answer to the actual issue. Although my issue was different, your answer explained something similar

---

<div class="post-metadata">

### Author: ![steve\_ssh](https://yyz2.discourse-cdn.com/flex030/user_avatar/the.fmsoup.org/steve_ssh/32/160_2.png) [@steve\_ssh](https://the.fmsoup.org/u/steve_ssh)
#### Post date: [February 4, 2021, 2:29am UTC](https://the.fmsoup.org/t/sendgrid-replacement/1655/10 "2021-02-04T02:29:44Z")

</div>

@rlanthier Welcome to the Soup!
