I have 2 clients on the same server that I host, that both send email through sendgrid.com (both have their own accounts).
I was looking at reports on sendgrid and n
I ended up modifying the DNS settings in my servers, adding a cname that pointed to the smtp address, smtp.sendgrid.net. I then updated my code to use the new server names, and this seems to be separating the connections.