About CDONTS

  • Thread starter Thread starter sacchit
  • Start date Start date
S

sacchit

I am using the CDONTS component to send mails in asp.
I can send emails to .com,.co.in sites but have not been
able to send emails to .net and .us email ids.Is there a
configuration issue?.
 
Not with CDONTS -- it's most likely a DNS configuration issue (SMTP does DNS
queries to get the destination mail server). Pay a visit to
microsoft.public.inetserver.iis.smtp_nntp to get more info.

Note also that CDONTS is obsolete as of Win XP; you should be using CDOSYS
instead.
 
Back
Top