I have a job that processes notifications table entries to send alterts and notifications.
I am having an issue with Database mail chopping the address if there is more than one period associated with the domain in the email address.
A good example is sending mail a cellular device utilizing the SMTP address.
e.g. 55512341212@messaging.sprintpcs.com
I found that the intended recipients were not receiving these.
I CC'd myself to see the address reflected as 55512341212@messaging.sprintpcs
I then checked msdb.dbo.sysmail_mailitems and see that the address is 55512341212@messaging.sprintpcs
Is there any configuration setting or work-around to cause Database mail to handle the multiple domain listing?
Any help anyone can provide is greatly appreciated.
Thank you.