codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  how to receive emails using CDONTS in ASP  kanak_soni at 04:56 on Thursday, March 23, 2006
 

Pls say me how to receive emails using CDONTS in ASP
? Pls reply me fast


  Re: how to receive emails using CDONTS in ASP  czhammond at 21:02 on Wednesday, April 05, 2006
 

Hi!

In the past I have used the following...

<%


set objMail = CreateObject("CDONTS.Newmail")

objmail.From = "test@hotmail.com"
objmail.To = "test@hotmail.com"
Objmail.Subject = "dll"
Objmail.Body = "Hello"
Objmail.AttachFile "/forum/ctest.html", "/forum/test.html"
ObjMail.send

Set ObjMail = Nothing


%>

Best wishes

Cathy

  Re: how to receive emails using CDONTS in ASP  ASP-Dev at 12:01 on Tuesday, April 18, 2006
 

Hi,

CDONTS is only used to send mails. for receiving mails u have to use pop3 object.



  Re: how to receive emails  Faris_Khan at 12:09 on Friday, April 21, 2006
 

Hi!
I will search it out and reply u Fast

  Re: how to receive emails  Faris_Khan at 12:10 on Friday, April 21, 2006
 

Hi!
I will search it out and reply u Fast

  Re: how to receive emails using CDONTS in ASP  ASP-Dev at 03:39 on Saturday, April 22, 2006
 

Hi All,

No need 2 search, bcos i know the above code is correct for sending mails.
if u waana help then search for how to receive mails. i have a little bit knowledge about that........it can b done with the help of pop3 object.

Regards









CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Making a simple game
•  Re: Conversion
•  disable radio button
•  problem with recurssion
•  session values
•  Re: array names
•  how to call java script function in input tag ,that java script function written in another javascript file
•  Re: button color
•  Access denied error when submit form


Recent Articles
What is a pointer in C?
Multiple submit buttons with form validation
Understanding Hibernate ORM for Java/J2EE
HTTP screen-scraping and caching
a javascript calculator
A simple way to JTable
Java Native Interface (JNI)
Parsing Dynamic Layouts
MagicGrid
Caching With ASP.Net


© Copyright codetoad.com 2001-2006