|
Home > Archive > IIS and SMTP > September 2004 > answers to CDO
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]
|
|
| ilopia#3 2004-09-02, 6:44 pm |
| 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
| |
| Kristofer Gafvert 2004-09-02, 6: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
>
>
| |
|
| Anytime I can help I will
Thanks for putting a longtime problem to rest
Joe
>-----Original Message-----
>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...
nicely.[vbcol=seagreen]
or[vbcol=seagreen]
to[vbcol=seagreen]
is[vbcol=seagreen]
that[vbcol=seagreen]
>
>
>.
>
| |
|
| Well... Mr. Gafvert?
This is now completely fixed! The added code worked like a
charm ;)
Thanks
Joe
>-----Original Message-----
>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...
nicely.[vbcol=seagreen]
or[vbcol=seagreen]
to[vbcol=seagreen]
is[vbcol=seagreen]
that[vbcol=seagreen]
>
>
>.
>
|
|
|
|
|