| | |
How to Send email using asp.net with C#
Please support our ASP.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
Join Date: Dec 2007
Posts: 34
Reputation:
Solved Threads: 0
hi ...
i want send email in the my application server to other email address..
below the code i used but not working plz help me.......
Code
header file:
please check this code or give another code..........
Thank u...
i want send email in the my application server to other email address..
below the code i used but not working plz help me.......
Code
header file:
asp.net Syntax (Toggle Plain Text)
using System.Web.Mail; //if i click the button send mail to other email address..i used below the code........ MailMessage mail = new MailMessage(); mail.To = "mymail@gmail.com"; mail.From = "mymail@gmail.com"; mail.Subject ="welcome"; mail.Body = "welcome"; SmtpMail.SmtpServer = "www.lbmglobal.com";// server name SmtpMail.Send(mail); Response.Write("Email was queued to disk");
please check this code or give another code..........
Thank u...
Last edited by peter_budo; Dec 10th, 2008 at 6:48 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
smtp sevrer normally contains ip address ,check that once.if u any doubt in mails check this links
www.systemnetmail.com
www.systemnetmail.com
If u r query is achieved,mark the thread as solved
Live and Let Live
Live and Let Live
![]() |
Similar Threads
- Updated : Simple ASP.Net Login Page (ASP.NET)
- Send sms from asp.net C# (ASP.NET)
- Is Domain MailId required To send mails in Asp.net 1.0 (ASP.NET)
- sending email from asp.net/sqlserver on a particular date (VB.NET)
- need an ASP.NET programmer $$ (Web Development Job Offers)
- Qualitative creation site on technologies ASP.NET (the experience more than 3,5 years (Post your Resume)
- sending email (ASP.NET)
- Email Verification (ASP.NET)
- send email (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: HttpModules
- Next Thread: Master/Detail DropDownList and DataGrid
| Thread Tools | Search this Thread |
.net activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net browser c# c#gridviewcolumn cac checkbox class commonfunctions compatible confirmationcodegeneration content countryselector courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deployment development dgv dropdownlist dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash formatdecimal forms formview gridview gudi homeedition iframe iis javascript jquery listbox microsoft mono mouse mssql multistepregistration news novell objects opera panelmasterpagebuttoncontrols problem redirect registration relationaldatabases reportemail rotatepage schoolproject security sessionvariables silverlight smartcard smoobjects software sql sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visualstudio vs2008 web webapplications webdevelopemnt webdevelopment webprogramming webservice youareanotmemberofthedebuggerusers





