|
-
Jan 25th, 2003, 06:12 AM
#1
Thread Starter
Fanatic Member
ASP Email: URGENT
I kinda know how to send emails, but it doesn't really work
VB Code:
set myMail = server.CreateObject("persits.MailSender")
myMail.host = "mail.planetinternet.be"
myMail.From = email
myMail.Subject = "Question"
myMail.Body = naam & vbcrlf & city & vbcrlf & question
myMail.Send
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.
-
Jan 25th, 2003, 10:03 AM
#2
Hyperactive Member
hi,
why dont to use server.createobject("CDONTS.NEWMAIL") object.
-
Jan 25th, 2003, 11:55 AM
#3
Thread Starter
Fanatic Member
- 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|