Click here to Skip to main content
15,902,112 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionData binding in Classic ASP Pin
ONeil Tomlinson18-Jun-08 2:19
ONeil Tomlinson18-Jun-08 2:19 
AnswerRe: Data binding in Classic ASP Pin
butchzn18-Jun-08 4:16
butchzn18-Jun-08 4:16 
QuestionEach refresh call my javascript method...., Pin
Member 387988118-Jun-08 2:09
Member 387988118-Jun-08 2:09 
AnswerRe: Each refresh call my javascript method...., Pin
Imran Khan Pathan18-Jun-08 2:23
Imran Khan Pathan18-Jun-08 2:23 
GeneralRe: Each refresh call my javascript method...., Pin
Member 387988118-Jun-08 2:34
Member 387988118-Jun-08 2:34 
Questionworking in Win Xp and 2000 but probelm with vista Operating Systam Pin
vurugonda18-Jun-08 1:54
vurugonda18-Jun-08 1:54 
AnswerRe: working in Win Xp and 2000 but probelm with vista Operating Systam Pin
Sam Xavier18-Jun-08 8:47
Sam Xavier18-Jun-08 8:47 
QuestionError Transport Failed to Connect to the Server while trying tosend an E-mail Pin
Vimalsoft(Pty) Ltd18-Jun-08 1:38
professionalVimalsoft(Pty) Ltd18-Jun-08 1:38 
Good Afternoon All

I have a code that is supposed to send an e-mail

public void SendMail()
     {

         try
         {
             String strTo = "vuyiswam@tshwane.gov.za"; ;
             String strFrom = "vuyiswamb@gmail.com";
             String strSubject = "Hi vuyiswa";
             String strbody = "I did it yahooo";
             SmtpMail.SmtpServer = "smtp.gmail.com";

             MailMessage mail = new MailMessage();

             mail.To = strTo;

             mail.From = strFrom;

             mail.Subject = strSubject;

             mail.Body = strbody;

            SmtpMail.Send(mail);
         }
         catch (Exception e)
         {
             MessageBox.Show(e.Message);

         }

     }


when i run this i get the Error

Transport Failed to Connect to the Server

Thanks

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


AnswerRe: Error Transport Failed to Connect to the Server while trying tosend an E-mail Pin
meeram39518-Jun-08 1:57
meeram39518-Jun-08 1:57 
QuestionImage Selection Pin
paresh_sarjani18-Jun-08 1:23
paresh_sarjani18-Jun-08 1:23 
AnswerRe: Image Selection Pin
meeram39518-Jun-08 2:05
meeram39518-Jun-08 2:05 
GeneralRe: Image Selection Pin
paresh_sarjani19-Jun-08 0:38
paresh_sarjani19-Jun-08 0:38 
GeneralRe: Image Selection Pin
meeram39520-Jun-08 1:09
meeram39520-Jun-08 1:09 
QuestionDesign a web Form [modified] Pin
Assaf8218-Jun-08 1:22
Assaf8218-Jun-08 1:22 
QuestionTreeView Pin
ptvce18-Jun-08 0:42
ptvce18-Jun-08 0:42 
QuestionGridview Edit can not bind check box Pin
Sarfaraj Ahmed18-Jun-08 0:32
Sarfaraj Ahmed18-Jun-08 0:32 
AnswerRe: Gridview Edit can not bind check box Pin
Venkatesh Mookkan18-Jun-08 1:01
Venkatesh Mookkan18-Jun-08 1:01 
AnswerRe: Gridview Edit can not bind check box Pin
Imran Khan Pathan18-Jun-08 1:04
Imran Khan Pathan18-Jun-08 1:04 
QuestionFreeze Header in Gridview Pin
SathyaSiva18-Jun-08 0:10
SathyaSiva18-Jun-08 0:10 
AnswerRe: Freeze Header in Gridview Pin
meeram39518-Jun-08 2:14
meeram39518-Jun-08 2:14 
GeneralRe: Freeze Header in Gridview Pin
SathyaSiva18-Jun-08 2:31
SathyaSiva18-Jun-08 2:31 
QuestionI am not getting id value Pin
r aa j18-Jun-08 0:10
r aa j18-Jun-08 0:10 
Questiondownloading error while using ajax Pin
Pankaj Garg17-Jun-08 23:45
Pankaj Garg17-Jun-08 23:45 
AnswerRe: downloading error while using ajax Pin
Imran Khan Pathan18-Jun-08 1:21
Imran Khan Pathan18-Jun-08 1:21 
GeneralRe: downloading error while using ajax Pin
Pankaj Garg18-Jun-08 1:40
Pankaj Garg18-Jun-08 1:40 

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.