CDONTS not working for email on same Domain. 
Author Message
 CDONTS not working for email on same Domain.

I'm working on a server with CDO for NT available.
However, if I send a test message using an email address from within that
Domain, it won't send.

the message is generated and transmitted in a matter of seconds.

Is there a way to make CDONTS work for internal messaging, and what are the
components of NT that would prevent transmission?

Thanks in advance for any information, or assistance.

Linda



Sat, 07 Sep 2002 03:00:00 GMT  
 CDONTS not working for email on same Domain.
I do use CDO in my program and it works just fine. I had experience to wait
hours to receive messages.
Set Mail = Server.CreateObject ("CDONTS.NewMail")
 Mail.From = "Administrator"
 Mail.To = Session("sEmail")
 Mail.Subject = "Password"
 Mail.Body = "Here is your password: " & chr(10) & chr(10) & rs("PASSWORD") &
chr(10) & chr(10) & ". Please return to your browser to login."
 Mail.Send
 set Mail = nothing
Quote:

> I'm working on a server with CDO for NT available.
> However, if I send a test message using an email address from within that
> Domain, it won't send.

> the message is generated and transmitted in a matter of seconds.

> Is there a way to make CDONTS work for internal messaging, and what are the
> components of NT that would prevent transmission?

> Thanks in advance for any information, or assistance.

> Linda



Sat, 07 Sep 2002 03:00:00 GMT  
 CDONTS not working for email on same Domain.


Fri, 19 Jun 1992 00:00:00 GMT  
 CDONTS not working for email on same Domain.
Thanks for your input...  The code you listed is basically,  what I use
also.  And it does work for, what I call, external mail.
If however, I use one of the "internal" address (one of the mail accounts
originating from this domains mail server), I get nothing at all, not even
days later.  Any ideas there?

Thanks again!!


Quote:
> I do use CDO in my program and it works just fine. I had experience to
wait
> hours to receive messages.
> Set Mail = Server.CreateObject ("CDONTS.NewMail")
>  Mail.From = "Administrator"
>  Mail.To = Session("sEmail")
>  Mail.Subject = "Password"
>  Mail.Body = "Here is your password: " & chr(10) & chr(10) &
rs("PASSWORD") &
> chr(10) & chr(10) & ". Please return to your browser to login."
>  Mail.Send
>  set Mail = nothing


> > I'm working on a server with CDO for NT available.
> > However, if I send a test message using an email address from within
that
> > Domain, it won't send.

and
> > the message is generated and transmitted in a matter of seconds.

> > Is there a way to make CDONTS work for internal messaging, and what are
the
> > components of NT that would prevent transmission?

> > Thanks in advance for any information, or assistance.

> > Linda



Sat, 07 Sep 2002 03:00:00 GMT  
 CDONTS not working for email on same Domain.
How are your default SMTP settings in your MMC for IIS? Check the delivery
tab and see if you have a Domain, and Smart Host listed. That may have
something to do with it. Also, if you are trying to use CDONTS in such a way
as one would use Outlook in terms of addressing internal mail by simply
entering the username, then be sure you are using the session object, and
not the newmail object. Of course the code for using that is a bit
different.



Quote:
> Thanks for your input...  The code you listed is basically,  what I use
> also.  And it does work for, what I call, external mail.
> If however, I use one of the "internal" address (one of the mail accounts
> originating from this domains mail server), I get nothing at all, not even
> days later.  Any ideas there?

> Thanks again!!



Sat, 07 Sep 2002 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. CDONTS newMail attachfile is not working

2. CDONTS.Newmail not working in Win2K

3. CDONTS not working just in *one* website

4. CDONTS from VB not working.

5. MAPI works but not CDONTS?

6. CDONTS.Newmail not working in Win2K

7. Getting full list of Domain Users is not working properly - some users missing

8. HELP!: ADSI cross-domain query not working

9. Getting full list of Domain Users is not working properly - some users missing

10. After installing SRP certain Domain interegations do not work with ADSi

11. VbCr not working in ASP Email Script

12. domain pruefen domain provider es domain registrieren domain angebot no domain

 

 
Powered by phpBB® Forum Software