Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
Tiraman | پایگاه اطلاعات فارسی Forum Index » صفحات پویا - داینامیک

This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
چگونه در ASP.net ایمیل بفرستیم؟
View previous topic :: View next topic  
Author Message
Siamak
Newbie
Newbie


Joined: 11 Feb 2007
Posts: 2
Total Words: 132
Location: IRAN-Mashhad

چگونه در ASP.net ایمیل بفرستیم؟
Thu Apr 19, 2007 8:50 pm
Reply with quote

سلام به همه دوستان
خواهشمندم دوستانی که از فرستادن ایمیل در ASP.Net اطلاعی دارند خواهشمندم نمونه ای از یک برنامه ASP.net که توانایی فرستادن ایمیل را دارد برای من به آدرس زیر بفرستید
Siamak0sam@gmail.com
siamak@adnasoft.com

باتشکر فراوان
Back to top
View user's profile Send private message Send e-mail Visit poster's website
AmirAli
Class B
Class B


Joined: 03 Mar 2006
Posts: 297
Total Words: 255,443


Sat Apr 21, 2007 1:34 pm
Reply with quote

[code:1]

<% @Page Language="C#" %>
<% @Import Namespace="System.Web.Mail" %>
<%
string strTo = "christophw@sleeper.Dev.AlfaSierraPapa.Com";
string strFrom = "webmaster@aspheute.com";
string strSubject = "Hi Chris";

SmtpMail.Send(strFrom, strTo, strSubject,
"A real nice body text here");

Response.Write("Email was queued to disk");
%>

[/code:1]

:wink:
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Tiraman | پایگاه اطلاعات فارسی Forum Index » صفحات پویا - داینامیک All times are GMT + 3.5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001-2006 phpBB Group