|
Home > Archive > IIS ASP > June 2006 > help, Mail From
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Martin 2006-06-28, 7:19 pm |
| Hello
From asp, if I try to send an email From "Flowers, Gifts and Goodies
<myemail@company.com>", it arrives as if were two senders: Flowers ; Gifts
and Goodies.
How should I set the From property of CDO?
Thank you!!!
| |
| Kyle Peterson 2006-06-29, 1:21 am |
|
http://www.powerasp.com/content/new...mail_cdosys.asp
"Martin" <piratacentenario@yahoo.com.ar> wrote in message
news:ekwV3AvmGHA.4836@TK2MSFTNGP05.phx.gbl...
> Hello
> From asp, if I try to send an email From "Flowers, Gifts and Goodies
> <myemail@company.com>", it arrives as if were two senders: Flowers ; Gifts
> and Goodies.
>
> How should I set the From property of CDO?
>
>
> Thank you!!!
>
| |
| Anthony Jones 2006-06-29, 7:34 am |
|
"Martin" <piratacentenario@yahoo.com.ar> wrote in message
news:ekwV3AvmGHA.4836@TK2MSFTNGP05.phx.gbl...
> Hello
> From asp, if I try to send an email From "Flowers, Gifts and Goodies
> <myemail@company.com>", it arrives as if were two senders: Flowers ; Gifts
> and Goodies.
>
> How should I set the From property of CDO?
>
>
> Thank you!!!
>
>
oMsg.From = """Flowers, Gifts and Goodies"" <myemail@company.com>"
|
|
|
|
|