09-02-04 11:44 PM
Hello,
Thank you for sharing.
I think that you can actually set the From field as well. For example,
write:
objMessage.From = Request.Form("From")
Right below:
objMessage.Sender = Request.Form("From")
in the code.
--
Regards,
Kristofer Gafvert
http://www.ilopia.com
"ilopia#3" <anonymous@discussions.microsoft.com> wrote in message
news:00ba01c48f7c$5f417ae0$a401280a@phx.gbl...
> Hello,
>
> Kristofer hello again and thanks the CDO is working nicely.
> However, I have found out why it will not send to MSN. or
> AOL.
>
> The answer is the FROM field does not show up until you
> open the mail. So it appears as spam.
>
> e.g. If you go to the page and email again and send it to
> your email address open it with a mail client like OE.
> I also tried it with Bellsouth and the email sends and is
> received but the from fiels has "Unknown" in it
>
> There is no FROM field.
>
> Also to check it I am now testing a e-shopping cart and
> the mail goes to all accounts. Please go here
> http://animocracy.com/test_item.htm
>
> and place a bogus order. make sure you check the box that
> says (call for CC number)
> Nothing will be ordered just a test site.
>
> Put your hotmail address if you have it and it uses my
> mail server.
> everything else works great thank you!
>
> Thanks very much !!
> Joe
>
>
[ Post a follow-up to this message ]
|