473,379 Members | 1,185 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

how to send an email from asp page

Hi all,

I want a button click to take me to a asp page, where I could enter an email address and upon submit on the asp page- i want a mail to be sent to the email address entered..Please suggest me on this. I am all new to asp programming, hope this will be simpler..I see many websites that gives code for this in Cdont-please suggest me the best one.
Thanks in advance!
May 13 '07 #1
4 1432
I have used a product called "jmail" with a number of asp.net apps. It's free. Follow the links from http://www.dimac.net/
There should be lots of good examples in there as well.

Hi all,

I want a button click to take me to a asp page, where I could enter an email address and upon submit on the asp page- i want a mail to be sent to the email address entered..Please suggest me on this. I am all new to asp programming, hope this will be simpler..I see many websites that gives code for this in Cdont-please suggest me the best one.
Thanks in advance!
May 15 '07 #2
danp129
323 Expert 256MB
Hi all,

I want a button click to take me to a asp page, where I could enter an email address and upon submit on the asp page- i want a mail to be sent to the email address entered..Please suggest me on this. I am all new to asp programming, hope this will be simpler..I see many websites that gives code for this in Cdont-please suggest me the best one.
Thanks in advance!
The Microsoft replacement for CDONTS which was abandoned in server 2003 is CDOSYS. There's alot of posts on this site about CDOSYS, try searching here first. This is a decent guide.

An invalid from address will keep the message from sending, so if you later decide to allow people to e-mail you from your website, verify their e-mail address is valid before using it as the "From" address or you won't receive the message.
May 15 '07 #3
THANKS FOR THIS INFO--WILL DIG INTO DETAILS...


The Microsoft replacement for CDONTS which was abandoned in server 2003 is CDOSYS. There's alot of posts on this site about CDOSYS, try searching here first. This is a decent guide.

An invalid from address will keep the message from sending, so if you later decide to allow people to e-mail you from your website, verify their e-mail address is valid before using it as the "From" address or you won't receive the message.
May 16 '07 #4
You can additionally consider a very easy alternative - aspemail. Most hosting companies provide this option, however, if you're hosting the site yourself, you can use the demo for only a month before you're required to buy it.

Anthony
simplesoftsolutions.com
May 17 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Erik T. Nomad | last post by:
I've created a link that will enable the reader of any page on my website to click it, enter an e-mail address, and have it arrive in that inbox with a hyperlink to the site. However, I'm...
4
by: tp | last post by:
HI... I have created simple .asp page and i would like to send my page as email using my outlook . is it possible to send form body as new email outlook body using mailto command or any other...
1
by: Mike John | last post by:
I want to send the page in the body of the email , just like the functionality of the send page in the browser explorer . I have tried the following systax <html> <body> <input type ="Button"...
9
by: Bob Jones | last post by:
We have developed a commercial ASP.net application (personal nutrition management and tracking); we want to send smtp email from within it. For our development box, we use WinXP Pro, IIS 5.5,...
14
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my...
9
by: Mahernoz | last post by:
Can i send an email from JavaScript? Is it possible? If yes please the code to send email using javascript...
10
by: Big Moxy | last post by:
I want to redirect the user back to the home page after submitting their form inquiry and display a message on the home page. I tried this in my send mail (apply.php) file - $_SESSION == "Thank...
1
by: jerger | last post by:
I have not made a program or page from start yet. I have made modifications to our signoff asp pages like changing the questions, texts, shortening field lengths etc... I also have copied the files...
3
digicrowd
by: digicrowd | last post by:
http://bytes.com/images/howtos/applemail_sig_icon.jpg You can make your emails fancy in Mail.app by using Rich Text formatting or even included Stationery. But, a simple way to send your own HTML...
2
by: anu b | last post by:
Now i am sending email to my friend using session variable... but my code is as below private bool SendEmail(string email) { try
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.