Re: Sending email (ASP.NET 2.0)
- From: "Jack" <no@xxxxx>
- Date: Sun, 30 Dec 2007 20:46:42 +0100
PS:
I alreay have <mailSettings> configured in web.config. I would like to use
these settings to send mail instead of defining smtp server and credentials
in aspx or source page:
<mailSettings>
<smtp from=my@xxxxxxxxx>
<network host="smtp.mydomain.com" password="password"
userName="username" />
</smtp>
</mailSettings>
"Jack" <no@xxxxx> wrote in message
news:eTDCPtxSIHA.4476@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am still new to .NET so, i'm sorry if my question is a bit too simple
:-)
I would like to know what is the "best-practice-way" of sending email from
asp.net (VbScript). I want to make a "contact us" page for my website.
Tnx.
.
- Follow-Ups:
- Re: Sending email (ASP.NET 2.0)
- From: Cowboy \(Gregory A. Beamer\)
- Re: Sending email (ASP.NET 2.0)
- References:
- Sending email (ASP.NET 2.0)
- From: Jack
- Sending email (ASP.NET 2.0)
- Prev by Date: Sending email (ASP.NET 2.0)
- Next by Date: Re: Sending email (ASP.NET 2.0)
- Previous by thread: Sending email (ASP.NET 2.0)
- Next by thread: Re: Sending email (ASP.NET 2.0)
- Index(es):