eXtreme Intelligence talk related to internet technologies
Log in  | Register  | Set Adsense  | Search   |  New Posts  |   My Profile |  Contact Us

Make money by posting...
You can make money by just posting at XiTalk forums now. more details
Username:    Password: or click here to register

HTML, CSS and Programming languages 
ASP Email Help.? - Save this topic
XiTalk Forum Index > HTML, CSS and Programming languages


          ASP Email Help.? View previous topic . View next topic
Author
Post Details
 
SigEpShawn
Just Born



Stars :
Status : Offline
Join Date: 20 Mar 2007
Posts: 10

PostPosted: Wed Mar 21, 2007 5:58 pm    ASP Email Help.? - Save this post Reply with quote
I am trying to create a form where my coworkers can fill out in html and have asp code to send it to me. I need some code on both the client and server side of things. Thanks
_________________
Oh yeah, sometimes my mistakes turn out better than my intentions
Back to top
View user's profile Send private message  No rating
Advertisement
Advertiser








PostPosted: Wed Mar 21, 2007 5:58 pm    Advertisement - Save this post

Back to top
Sumeet
Just Born



Stars :
Status : Offline
Join Date: 20 Mar 2007
Posts: 8

PostPosted: Wed Mar 21, 2007 7:43 pm     - Save this post Reply with quote
ASPMail must be installed: (it's just an example!)<% Set Mailer = Server.CreateObject ("SMTPsvg.Mailer") Mailer.FromName = "Joe's Widgets Corp." Mailer.FromAddress = "sales@joeswidgets.com" Mailer.Subject = "Your Widget Order" Mailer.BodyText = "Your order was processed." Mailer.RemoteHost = "outbound-relay.biz.rr.com" Mailer.AddRecipient "John Smith", "jsmith@someisp.com" if Mailer.SendMail then' Message sent sucessfully response.write ("Your message was sent") else' Message send failure response.write ("Your message was not sent. ") response.write ("The error was: "& Mailer.Response) end if%>
_________________
Web Development Blog
Back to top
View user's profile Send private message
Display posts from previous:   

Page 1 of 1
XiTalk Forum Index > HTML, CSS and Programming languages
Powered by Yahoo Answers



 
Jump to:  
   Similar threads/topics
 Topics   Replies   Author   Views   Last Post 
No new posts Creating Simple Contact Form with SwishMax and PHP 5 XiTalk 8894 Fri Apr 13, 2007 7:41 am
goncalofbg View latest post
No new posts Access 2003 - How do I build an expression to see the max va 1 ArmyAIRBORNE1 1966 Thu Mar 22, 2007 2:04 pm
the_queen View latest post
No new posts getting information form 3 mysql tables ? 3 outlaw 4420 Thu Mar 22, 2007 12:38 pm
b0b0 View latest post
No new posts what is the code in asp.net to send mail to any mailid dynam 2 sahitya 1479 Wed Mar 14, 2007 7:56 am
amel m View latest post
No new posts How do you send a picture from your computer to a friends ce 2 matt_200610 9744 Tue Mar 20, 2007 7:16 am
Ivan L View latest post

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum