hi all i start planning to go gulf for better career, that’s why i start searching job hunting websites , these are following. I add these one by by
Career Mideast http://www.careermideast.com/en/default.aspx
Archive for November, 2008
Gulf job hunting sites
Posted in Gulf job sites, middle east jobs, tagged midle east jobs on November 26, 2008 | Leave a Comment »
how to send mail smtp with authentication with web.mail class
Posted in .net framework 2, asp.net 2 on November 19, 2008 | Leave a Comment »
hi i used following code
MailMessage message = new MailMessage();
message.To = “myemailaccount@yahoo.com”;
message.From = “myemailaccount@thecrystalrosary.com”;
message.Subject = “Testing Internet SmtpMail”;
message.BodyFormat = MailFormat.Html;
message.Body = “body”;
message.Fields.Add(“http://schemas.microsoft.com/cdo/configuration/smtpserver”, “smtp.thecrystalrosary.com”);
message.Fields.Add(“http://schemas.microsoft.com/cdo/configuration/smtpserverport”, 25);
message.Fields.Add(“http://schemas.microsoft.com/cdo/configuration/sendusing”, 2); //2 to send using SMTP over the network
message.Fields.Add(“http://schemas.microsoft.com/cdo/configuration/smtpauthenticate”, 1); //1 = basic authentication
message.Fields.Add(“http://schemas.microsoft.com/cdo/configuration/sendusername”, “username”);
message.Fields.Add(“http://schemas.microsoft.com/cdo/configuration/sendpassword”, “password”);
try
{
SmtpMail.Send(message);
}
catch (Exception e)
{
// trap here
}
Struggle
Posted in Positive Thinking on November 5, 2008 | Leave a Comment »
Trials in life can be tragedies or triumphs, depending on how we handle them. Triumphs
don’t come without effort.
A biology teacher was teaching his students how a caterpillar turns into a butterfly. He
told the students that in the next couple of hours, the butterfly would struggle to come out
of the cocoon. But no one should help [...]
Hardwork Helps
Posted in postive thinking, pravs world on November 1, 2008 | Leave a Comment »
reference :http://pravstalk.com/2008/10/29/pravs-world-hardwork-helps/#comments