Click here to Skip to main content
15,902,492 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Securing Access to downloadable software Pin
Luay.Essa9-Jul-07 23:09
Luay.Essa9-Jul-07 23:09 
GeneralRe: Securing Access to downloadable software Pin
happyheartcs10-Jul-07 0:52
happyheartcs10-Jul-07 0:52 
GeneralRe: Securing Access to downloadable software Pin
Christian Graus10-Jul-07 5:39
protectorChristian Graus10-Jul-07 5:39 
Questioniis issue Pin
Tauseef A9-Jul-07 20:42
Tauseef A9-Jul-07 20:42 
AnswerRe: iis issue Pin
Michael Sync9-Jul-07 20:49
Michael Sync9-Jul-07 20:49 
AnswerRe: iis issue Pin
Sathesh Sakthivel9-Jul-07 20:55
Sathesh Sakthivel9-Jul-07 20:55 
Questionsend mail Pin
michael_jhons9-Jul-07 19:55
michael_jhons9-Jul-07 19:55 
AnswerRe: send mail Pin
Michael Sync9-Jul-07 20:21
Michael Sync9-Jul-07 20:21 
/create the mail message<br />
 MailMessage mail = new MailMessage();<br />
<br />
 //set the addresses<br />
 mail.From = new MailAddress("me@mycompany.com");<br />
 mail.To.Add("you@yourcompany.com");<br />
<br />
 //set the content<br />
 mail.Subject = "This is an email";<br />
 mail.Body = "this is a sample body with html in it. This is bold <font color=#336699>This is blue</font>";<br />
 mail.IsBodyHtml = true;<br />
<br />
 //send the message<br />
 SmtpClient smtp = new SmtpClient("127.0.0.1");<br />
 smtp.Send(mail);


More Info : http://www.systemnetmail.com/

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


AnswerRe: send mail Pin
Vijay Visu Sagar10-Jul-07 20:25
Vijay Visu Sagar10-Jul-07 20:25 
QuestionJavascript question Pin
#realJSOP9-Jul-07 10:57
professional#realJSOP9-Jul-07 10:57 
AnswerRe: Javascript question Pin
Christian Graus9-Jul-07 11:09
protectorChristian Graus9-Jul-07 11:09 
GeneralRe: Javascript question Pin
#realJSOP9-Jul-07 12:21
professional#realJSOP9-Jul-07 12:21 
AnswerRe: Javascript question Pin
Guffa9-Jul-07 14:13
Guffa9-Jul-07 14:13 
QuestionPreventing sort resetting GridView Header image Pin
2hdass9-Jul-07 10:54
2hdass9-Jul-07 10:54 
QuestionForm Generator Pin
xoxoxoxoxoxox9-Jul-07 7:49
xoxoxoxoxoxox9-Jul-07 7:49 
QuestionASP.net Please urgent. Pin
shivditya9-Jul-07 3:46
shivditya9-Jul-07 3:46 
AnswerThe rules Pin
leckey9-Jul-07 4:09
leckey9-Jul-07 4:09 
AnswerRe: ASP.net Please urgent. Pin
Paddy Boyd9-Jul-07 4:46
Paddy Boyd9-Jul-07 4:46 
AnswerRe: ASP.net Please urgent. Pin
Christian Graus9-Jul-07 11:08
protectorChristian Graus9-Jul-07 11:08 
GeneralRe: ASP.net Please urgent. Pin
Brent Lamborn10-Jul-07 4:39
Brent Lamborn10-Jul-07 4:39 
Questionneed help for VBScript Pin
Sachin Pimpale9-Jul-07 3:26
Sachin Pimpale9-Jul-07 3:26 
QuestionQuestions Pin
Waqas Aslam8-Jul-07 22:35
Waqas Aslam8-Jul-07 22:35 
AnswerRe: Questions Pin
Michael Sync8-Jul-07 23:53
Michael Sync8-Jul-07 23:53 
GeneralRe: Questions Pin
Muammar©9-Jul-07 1:04
Muammar©9-Jul-07 1:04 
GeneralRe: Questions Pin
Sathesh Sakthivel9-Jul-07 20:36
Sathesh Sakthivel9-Jul-07 20:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.