Results 1 to 3 of 3

Thread: ASP Email: URGENT

  1. #1

    Thread Starter
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872

    ASP Email: URGENT

    I kinda know how to send emails, but it doesn't really work
    VB Code:
    1. set myMail = server.CreateObject("persits.MailSender")
    2. myMail.host = "mail.planetinternet.be"
    3. myMail.From = email
    4. myMail.addaddress  "[email protected]"
    5. myMail.Subject = "Question"
    6. myMail.Body = naam & vbcrlf & city & vbcrlf & question
    7. myMail.Send
    8. Set myMail = Nothing

    I know the problem is "persits.MailSender"

    Does anybody know a server I can use, and which object I need to create, what host is has.

    Could someone help me please
    - Use the thread tools to Mark your Thread as Resolved when your question is answered.
    - Please Rate my answers if they where helpful.

  2. #2
    Hyperactive Member
    Join Date
    Nov 2002
    Location
    india
    Posts
    418
    hi,

    why dont to use server.createobject("CDONTS.NEWMAIL") object.

  3. #3

    Thread Starter
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872
    ok I'll try it, thanks.
    - Use the thread tools to Mark your Thread as Resolved when your question is answered.
    - Please Rate my answers if they where helpful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width