I'd like to send emails programmatically via SendGrid (from [email protected]
), but have replies to that email come to my Google Workspaces inbox for [email protected]
). I would then like to reply to the customer from Google Workspaces.
The closest question related to this I could find is Setup | G Suite + Sendgrid for transactional email, but that was a fairly different use-case.
So in my usecase, emails to the customer would come from [email protected]
via EITHER SendGrid or Google Workspaces.
Here's a article from MailGun that talks about a similiar pattern
My questions:
- Will this result in deliverability issues, having emails sometimes come with different signing keys/domains? I don't understand email signing particularly well.
- Is there anyway to have replies to the email address go to BOTH SendGrid and Google Workspaces, so I'll have it in my inbox but can also get it posted to a webhook by SendGrid? I think the answer is no, but figured I'd ask.
- Any other considerations I should keep in mind for this strategy? Is this a poor idea for some reason?
Thanks!