Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Sending email in ASP.NET

Reply
Thread Tools

Sending email in ASP.NET

 
 
Carl Gilbert
Guest
Posts: n/a
 
      01-01-2006
Hi

I would to create a 'contact us' page which emails the contents of the page
to a pre-defined email address.
As I will be hosting the page on some 1&1 web space, I will have limited
access to IIS and the ability to install third party components.

What technique could I use to achieve this? It doesn't need to be too
complex, it just needs to grab the contents of a few text boxes and combo
boxes and send an email.

Regards, Carl Gilbert


 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      01-01-2006
"Carl Gilbert" <> wrote in message
news:BEXtf.10241$...

> What technique could I use to achieve this?


http://www.systemwebmail.com/faq/1.3.aspx


 
Reply With Quote
 
 
 
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      01-02-2006
You can use the System.Web.Mail namespace to send email, as detailed here:
http://SteveOrr.net/faq/2in1.aspx#email

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net



"Carl Gilbert" <> wrote in message
news:BEXtf.10241$...
> Hi
>
> I would to create a 'contact us' page which emails the contents of the
> page to a pre-defined email address.
> As I will be hosting the page on some 1&1 web space, I will have limited
> access to IIS and the ability to install third party components.
>
> What technique could I use to achieve this? It doesn't need to be too
> complex, it just needs to grab the contents of a few text boxes and combo
> boxes and send an email.
>
> Regards, Carl Gilbert
>



 
Reply With Quote
 
singh.gurmukh@gmail.com
Guest
Posts: n/a
 
      01-02-2006
Hi,

Following link will provide you Complete FAQ for sending email in
ASP.NET with System.Web.Mail

Regards,
Gurmukh Singh

 
Reply With Quote
 
Carl Gilbert
Guest
Posts: n/a
 
      01-02-2006
That works great cheers Mark.


"Mark Rae" <> wrote in message
news:...
> "Carl Gilbert" <> wrote in message
> news:BEXtf.10241$...
>
>> What technique could I use to achieve this?

>
> http://www.systemwebmail.com/faq/1.3.aspx
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to get the correct email format when sending email using sqldatareader rote ASP .Net 8 04-17-2008 02:14 AM
problem sending mail: Sending the email to the following server failed Luke Java 2 03-15-2007 10:54 AM
pls help me when i sent mail, it vil sending twice instead of once ,am using java.mail,am sending my code.... shailajabtech@gmail.com Java 0 09-28-2006 06:38 AM
Sending email through Stored procedure Patrick ASP .Net 2 02-15-2005 08:29 AM
avoid sending pictures within email Zhang Weiwu (family name first) Firefox 1 09-11-2003 02:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57