Reply
Old 12-26-2008, 04:22 AM asp mail form
Junior Talker

Posts: 3
Name: Sonu Choudhary
Trades: 0
my site's mail form's action is set to other site. How to reset on my domain page. I don't idea.
__________________
adwords management
Pop Up displays
joduee is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 01-09-2009, 11:39 AM Re: asp mail form
itHighway's Avatar
Skilled Talker

Posts: 73
Name: Zeeshan Dar
Location: GUJ
Trades: 0
Do you have ftp information? If yes then:

- just connect and login to ftp
- download file from server
- open it in NotePad or Dreamwearver
- Edit the Form Action
- Save file
- Upload updated file to your server
itHighway is offline
Reply With Quote
View Public Profile
 
Old 01-23-2009, 09:01 AM Re: asp mail form
Banned

Posts: 2
Name: vikas
Trades: 0
Code:
<%
'Sends an email
Dim mail
Set mail = Server.CreateObject("CDO.Message")
mail.To = Request.Form("To")
mail.From = Request.Form("From")
mail.Subject = Request.Form("Subject")
mail.TextBody = Request.Form("Body")
mail.Send()
Response.Write("Mail Sent!")
'Destroy the mail object!
Set mail = nothing
%>
varma is offline
Reply With Quote
View Public Profile
 
Old 03-18-2009, 02:05 PM Re: asp mail form
Skilled Talker

Posts: 84
Trades: 0
Make use of AspMail or AspEmail you can configure the smtp login details of your mail server.
__________________
Dedicated Servers - sales@hivelocity.net - 1-888-869-HOST(4678)
Award winning Managed Hosting - Dedicated Server Hosting
Managed Dedicated Servers. Reseller Discounts. 24/7 Impressive Tech Support
HivelocityDD is offline
Reply With Quote
View Public Profile
 
Old 03-18-2009, 02:25 PM Re: asp mail form
chrishirst's Avatar
Super Moderator

Posts: 22,223
Location: Blackpool. UK
Trades: 0
Quote:
Originally Posted by HivelocityDD View Post
Make use of AspMail or AspEmail you can configure the smtp login details of your mail server.
Assuming the components are actually installed on the server of course.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-20-2009, 02:40 AM Re: asp mail form
Skilled Talker

Posts: 84
Trades: 0
Yes ofcource .. You can get it from persist ... I think 30 days free trial is available ...
__________________
Dedicated Servers - sales@hivelocity.net - 1-888-869-HOST(4678)
Award winning Managed Hosting - Dedicated Server Hosting
Managed Dedicated Servers. Reseller Discounts. 24/7 Impressive Tech Support
HivelocityDD is offline
Reply With Quote
View Public Profile
 
Old 03-20-2009, 05:55 AM Re: asp mail form
chrishirst's Avatar
Super Moderator

Posts: 22,223
Location: Blackpool. UK
Trades: 0
You can, there is and a free version as well.

Now all you need is a VPS or dedicated server to install it on.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-01-2009, 07:59 PM Re: asp mail form
Experienced Talker

Posts: 30
Name: Kulrom
Location: Republic of Macedonia
Trades: 0
Quote:
Originally Posted by joduee View Post
my site's mail form's action is set to other site. How to reset on my domain page. I don't idea.
I assume it looks like this currently:
Code:
<form action="http://www.anothersite.com/emailsender.asp" method="post" id="myform">
 {.....}
</form>
Well just edit the action attribute making it to points to your site e.g.
Code:
<form action="http://www.yoursite.com/emailsender.asp" method="post" id="myform">
 {.....}
</form>
Now create a new asp page and name it emailsender.asp.
Add the code suggested by itHighway and you should be fine.
Kulrom is offline
Reply With Quote
View Public Profile Visit Kulrom's homepage!
 
Old 06-03-2009, 07:06 AM Re: asp mail form
harish's Avatar
Average Talker

Posts: 26
Name: Harish kumar
Trades: 0
you can learn it form this link hope this link is helpful for you...
http://www.tizag.com/aspTutorial/aspFormsEmail.php
harish is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to asp mail form
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.15782 seconds with 13 queries