Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use sendgrid from multiple domains without whitelabel

I'm trying to understand a few concepts around sendgrid, whitelabeling and different servers that I plan to deploy the same sendgrid account in.

So my questions are:

1) Is whitelabelling purely for masking the via sendgrid.me and will I have any issues if I dont use it with my current setup(i.e. same account on several domains)

2) How does sendgrid deal with messages that have a "From" email that doesnt match the domain the email is sent from? Cause I read that it would silently drop them but instead I see that emails do get delivered however the statistics in sendgrid's dashboard are not being updated.

3) Upon creating a demo account I was asked to provide the domain from which the emails will be triggered but since I want to deploy this in several different domains will I need multiple accounts or is there an alternative option when you go for a paid plan?

Mike

like image 718
mixkat Avatar asked Apr 09 '15 11:04

mixkat


People also ask

Can I use SendGrid with multiple domains?

Yes, it's possible to authenticate multiple domains. When multiple authenticated domains exist on your account, SendGrid will use the from address for each email you send through SendGrid and match it to a domain and branded link.

Can I use SendGrid without domain?

Sendgrid requires that certain accounts set up a domain whitelabel as part of the account verification process. If you see a green bar at the top, your account has this requirement.

What is SendGrid net?

SendGrid is a cloud-based SMTP provider that allows you to send email without having to maintain email servers. SendGrid manages all of the technical details, from scaling the infrastructure to ISP outreach and reputation monitoring to whitelist services and real time analytics.


1 Answers

  1. Yes - whitelabelling will replace the sendgrid.me with your own domain.

You can also setup multiple domains inside SendGrid and assign each to a subuser. That will get you one SendGrid account, with multiple whitelabelled domains and separate sender reputation for each.

  1. SendGrid will attempt delivery of whatever you ask it to send -- if you send an email with a different from domain than the signed sending domain, it's up to the receiving mail server to decide whether to block, flag as spam, or allow the email. Different receiving domains will behave differently.

It's generally best practice to always have your from domain match your signed sender domain.

  1. Once you have one domain setup, you can setup additional domains using SendGrid subusers -- more info here.

If you have a complicated multi-domain setup, you might want to check out a templating API, like sendwithus, for making things easier to manage. They'll integrate directly with your SendGrid subusers on your behalf.

like image 88
bvanvugt Avatar answered Sep 25 '22 13:09

bvanvugt