I am not sure this is the correct forum but I didn't see one which more closely matched the issue.
I have an SaaS business management tool that my customers use to manage their businesses in a very niche industry.
The system manages business development, sales, communications, logistics, etc. It includes an email function that allows my customers (the SaaS users) to send email to their customers directly from the system and it also allows them to send email "blasts" to groups of customers based on database queries. A typical "blast" might be 200-300 email addresses.
I use the the "SendGrid" API for email functions. I have a "Dedicated IP address" so that I am not sharing an IP address with random users who might be suspected spammers.
The problem is (I think) the email functions which are sending the emails are on a server where the domain is [MySaaSplatform.com] but the emails have a "from" address which matches my customer's domain such as [myCustomer@myCustomersDomin.com]. The vast majority of the emails go through without a problem but some of my customer's customers never receive the emails.
I think part of the reason may be the disconnect between the two domain names.
How can I check this?
If my customers' customers white label the domain of the SaaS system, will that help?
Any thoughts or comments are welcome