Ask a Question related to ASP Components, Design and Development.
-
owen #1
CDONTS is driving me crazy. Please help !!!
Hi,
I am trying to create a web page in ASP where the user enters their name and
email address, and when they submit the form, an email is automatically sent
to them. I am using CDONTs to try and acheive this. Right now I'm just
testing with my own email address in the "To" property.
The problem: The email does not get sent.
When tested on my local machine, no email is sent whatsoever. The problem
is slightly different when I tried it on the internet: The test email wasnt
sent, but I got an "Undeliverable mail" email sent to my "From" address.
I have checked the following already:
1) I am definately using a VALID "From" and "To" address. (the "To" is my
own email address, the "From" is something like "mail@mydomain.co.uk" where
mydomain is my website domain name).
2) The "From" and "To" addresses are different to each other.
3) CDONTs is definately installed and registered on my machine + my webhost.
4) SMTP service is running on my machine + my webhost.
5) There is nothing fancy in the "Body" property, just plain text.
This seems to be a fairly common problem, but I cannot find a definitive
answer. I would really appreciate a simple answer to get this working, or
alternatively a link to some kind of FAQ page for CDONTs problems.
Thanks!
Owen
PS. would appreciate replies cc'd via email :o)
[email]owen.southwood@mantix.com[/email]
owen Guest
-
Contribute Driving me Crazy!... Help!
:confused; I have built a site using standard XHTML 1.0 Transitional practices and one of my div layers (footer) is positioned absolutely to the... -
InCopy driving me crazy
hi, im using Indesign and InCopy CS2, when i create assignments for Incopy,editors cant see all images in the layout,and sometimes not even the... -
styles driving me crazy!
My website was set up using Dreamweaver 6.1 on a Windows pc. I'm trying to edit pages using Contribute 3.1 on a Mac. Every time I sect text and... -
Charset driving me crazy!
Hello! This is driving me crazy. I use php to query MySQL. Then the results are displayed on a webpage. All accented characters, umlauts, etc.... -
focusManager driving me CRAZY!
First off, you want to address the focusManager on _root _root.focusManager.setFocus(myTextBox) The problem I am having, is that when I set... -
Adrian Forbes [ASP MVP] #2
Re: CDONTS is driving me crazy. Please help !!!
> 3) CDONTs is definately installed and registered on my machine + my
webhost.
CDONTS is just a wrapper object that creates files in the Pickup folder of
your server. It will never fail and doesn't actually send e-mail
It is the SMTP service that sends the mail so yours probably isn't correctly> 4) SMTP service is running on my machine + my webhost.
configured. Have you tried trying to send mail through your SMTP service
using, say Outlook or Outlook Express?
Adrian Forbes [ASP MVP] Guest
-
owen #3
Re: CDONTS is driving me crazy. Please help !!!
"Adrian Forbes [ASP MVP]" <sorry@noemail.zzz> wrote in message
news:O#72kGb9DHA.452@TK2MSFTNGP11.phx.gbl...correctly> webhost.> > 3) CDONTs is definately installed and registered on my machine + my
>
> CDONTS is just a wrapper object that creates files in the Pickup folder of
> your server. It will never fail and doesn't actually send e-mail
>>> > 4) SMTP service is running on my machine + my webhost.
> It is the SMTP service that sends the mail so yours probably isn't> configured. Have you tried trying to send mail through your SMTP service
> using, say Outlook or Outlook Express?
>
By that do you mean do anything different to my usual with Outlook?
Emails work fine with Outlook but not with CDONTS.
Owen
owen Guest
-
owen #4
Re: CDONTS is driving me crazy. Please help !!!
"Adrian Forbes [ASP MVP]" <sorry@noemail.zzz> wrote in message
news:O#72kGb9DHA.452@TK2MSFTNGP11.phx.gbl...OK so where is this pickup folder (where can I find out?) so I can check the> webhost.> > 3) CDONTs is definately installed and registered on my machine + my
>
> CDONTS is just a wrapper object that creates files in the Pickup folder of
> your server. It will never fail and doesn't actually send e-mail
mails are actually sitting there.
I think the problem is that CDONTS' emails are "sitting" in the pickup
folder and never being "pushed" out by SMTP.
Owen
owen Guest
-
Serve Laurijssen #5
Re: CDONTS is driving me crazy. Please help !!!
"owen" <spam@spam.com> wrote in message
news:uRSBLtg9DHA.632@TK2MSFTNGP12.phx.gbl...the> OK so where is this pickup folder (where can I find out?) so I can checkLook in inetpub\mailroot> mails are actually sitting there.
>
> I think the problem is that CDONTS' emails are "sitting" in the pickup
> folder and never being "pushed" out by SMTP.
If the mail is in the drop directory it is probably already sent because you
sent the mail to the same domainname as the server's domain.
Try sending a mail to an external account.
Serve Laurijssen Guest
-
Robin #6
Re: CDONTS is driving me crazy. Please help !!!
If you're running Office 2000 that is probably why it's not working. Check
Microsoft's Knowledge-base, I think they explain it in there. But it has
something to do with MAPI being disabled.
"owen" <spam@spam.com> wrote in message
news:OKs$wNT9DHA.488@TK2MSFTNGP12.phx.gbl...and> Hi,
>
> I am trying to create a web page in ASP where the user enters their namesent> email address, and when they submit the form, an email is automaticallywasnt> to them. I am using CDONTs to try and acheive this. Right now I'm just
> testing with my own email address in the "To" property.
>
> The problem: The email does not get sent.
>
> When tested on my local machine, no email is sent whatsoever. The problem
> is slightly different when I tried it on the internet: The test emailwhere> sent, but I got an "Undeliverable mail" email sent to my "From" address.
>
> I have checked the following already:
> 1) I am definately using a VALID "From" and "To" address. (the "To" is my
> own email address, the "From" is something like "mail@mydomain.co.uk"webhost.> mydomain is my website domain name).
> 2) The "From" and "To" addresses are different to each other.
> 3) CDONTs is definately installed and registered on my machine + my> 4) SMTP service is running on my machine + my webhost.
> 5) There is nothing fancy in the "Body" property, just plain text.
>
> This seems to be a fairly common problem, but I cannot find a definitive
> answer. I would really appreciate a simple answer to get this working, or
> alternatively a link to some kind of FAQ page for CDONTs problems.
>
> Thanks!
> Owen
>
> PS. would appreciate replies cc'd via email :o)
> [email]owen.southwood@mantix.com[/email]
>
>
Robin Guest



Reply With Quote

