Click to See Complete Forum and Search --> : The "From" address in an ASP Email


slyfox
01-09-2004, 04:09 PM
Hi again

I'm sending an email with asp... my question:

how do I get the "From" address to display a "Some Name" instead of "some@email.com"???


objMail.From = "some@email.com"
objMail........ = "Some Name"


any ideas...??

slyfox
01-09-2004, 05:13 PM
DON'T WORRY - DON'T WORRY - DON'T WORRY!!!

Here is the solution if anyone was wondering!!!:::

objMail.From = "Some Dude<dude@mail.com>"

I can kick myself under the jack for not trying it in the first place... geeeezzzz!

Thanx anycase:D