We have an application that uses SSRS to send mail. But the format of the mail address changes somehow.The format when passed on to SSRS is "Nescio, Nomen" nomen.nescio@noreply.com but when the mail is sent it is changed into "Nescio, Nomen nomen.nescio"@noreply.com. So the quotation mark is moved backwards and the mail is not received. If we send it just to nomen.nescio@noreply.com it's ok.I can send mail from my own outlook to "Nescio, Nomen" nomen.nescio@noreply.com just fine.So somewhere along the line either SSRS passes it incorrectly to SMTP or SMTP changes the mail address.Any ideas?
↧