accented characters in email addresses
-
how do you deal with this? i'm getting validation errors when i try to add an email address as the recipient of an email using the mail message object is there some kind of encoding i'm not aware of? thnx
"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"
-
how do you deal with this? i'm getting validation errors when i try to add an email address as the recipient of an email using the mail message object is there some kind of encoding i'm not aware of? thnx
"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"
You mean those illegal characters? Most deal with them by sending back an invalid email address error. Teasing. Sort of. The RFC that will handle it has not been finalized yet. You have email addresses with accent marks? You *could* try quoting the offending part, i e. "Däniel.Fárdsnibble"@gmail.com That may work. And this isn't necessarily an asp.net question.
Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life. My Mu[sic] My Films My Windows Programs, etc.
-
You mean those illegal characters? Most deal with them by sending back an invalid email address error. Teasing. Sort of. The RFC that will handle it has not been finalized yet. You have email addresses with accent marks? You *could* try quoting the offending part, i e. "Däniel.Fárdsnibble"@gmail.com That may work. And this isn't necessarily an asp.net question.
Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life. My Mu[sic] My Films My Windows Programs, etc.
thnx for the pointer ... i had read about the quoting bit but it just looked too weird to take seriously but maybe i will try it and it *is* an asp.net question as i came across this problem using asp.net ;P
"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"
-
thnx for the pointer ... i had read about the quoting bit but it just looked too weird to take seriously but maybe i will try it and it *is* an asp.net question as i came across this problem using asp.net ;P
"mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"