Mailed reports strange behaviour quotation marks in mail address

  • i'm under the impression that the email is supposed to be bracketed, and semi colon delimited when multiple addresses are involved, like this:

    "Nescio, Nomen" <nomen.nescio@noreply.com>;"The SQL Administrator" <admin@noreply.com>;

    I'm guessing that it gets passed as your string, and some parser does it'ts best guess and sends it anyway, but i think if you format it above, you get just an alias in the email From

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • In the meantime we have found out with wireshark that the address is sent to SMTP correctly so with the quotation mark after Nomen: "Nescio, Nomen" nomen.nescio@noreply.com. Apparently the SMTP mail address validation rules decide it's better to put everything before the @ in quotation marks?

    All google searches turn up with nothing. We are using this same software in various other situations without any such problem. We have no access to the SMTP server but have raised the question at the representatives.

Viewing 2 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply