Current location: Hot Scripts Forums » Programming Languages » ASP » Heeeeeelllpp


Heeeeeelllpp

Reply
  #1 (permalink)  
Old 04-14-05, 01:41 PM
ferruhk ferruhk is offline
New Member
 
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Heeeeeelllpp

I use PWS and wonder how can I send mail my user by ASP could you pelease explain it by script and examples. I'm newbie in Asp learning.
Thank you....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 04-14-05, 01:52 PM
koncept
Guest
 
Posts: n/a
using cdonts, i could be wrong but i do not think this component is included in pws...

Code:
 <%
 dim mailobj2
 set mailObj2 = Server.CreateObject("CDONTS.NewMail")
 	mailObj2.From = ""
 	mailObj2.To = ""
 	mailObj2.Subject = ""
 	mailObj2.Body = ""
 	mailObj2.BodyFormat=1
 	mailObj2.MailFormat=1
 	mailObj2.Send
 set mailOBJ2 = nothing
 %>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 11:36 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.