We're using SendGrid to handle emails on all of our websites but are experiencing some issues with spam filters etc. and want to effectively white label our domain, but it's a little complex:
We are hosting several versions of a website in our domain - the same website for different clients, so we'll have:
- client1.ourdomain.com
- client2.ourdomain.com etc.
We are using one SendGrid account to handle emails for all the websites, but when sending the email we change the from address to look like it's come from the client's own domain:
- noreply@client1.com for example, which may or may not exist.
So the emails are being sent by SendGrid on behalf of ourdomain.com but are labelled @client1.com.
Is it possible to create a default white label for the ourdomain.com that will affect white labeling for all SendGrid use where we've used a custom From address?
Another way to explain would be that we want every email sent from our domain, regardless of the address detail used, to be white labelled and remove things like 'via SendGrid.net'.
I hope that's enough detail.