Click here to Skip to main content
15,922,584 members

Comments by Mohammed Asif.K (Top 38 by date)

Mohammed Asif.K 2-Jan-12 0:35am View    
So This Code How can i change?
Mohammed Asif.K 2-Jan-12 0:34am View    
My Code Like This:
------------------------
public bool Send_Email_touser(string name, string email, string mobile, string Message)
{
bool status = false;
try
{

string msg = "<html><body>Hi " + name + "," + "<br/>"
+ "Thank's for contacting with ''." + "<br/>"
+ "We are eager to assist you and serve you better." + "<br/>"
+ "It's an easy and faster approach to reach your properties at the click of your mouse." + "<br/>"
+ "Regards," + "<br/>" + "<br/>" + " | " + "<br/>"
+ "" + "<br/>"
+ "</body></html>";

MailHelper.SendMailMessage(ConfigurationManager.AppSettings["weddingle_mail"].ToString(), email, "", "", "[] - Contact Us", msg);
}
catch (Exception ex)
{
lbl_Exception_Mail.ForeColor = Color.Red;
lbl_Exception_Mail.Text = ex.ToString();
}
return status;
}
Mohammed Asif.K 1-Dec-11 5:13am View    
thanks for your replay,am already refer this one,am afraid,i want asp.net example..i think this in vb.net..any asp.net example?
Mohammed Asif.K 1-Dec-11 4:29am View    
tnx,
Mohammed Asif.K 17-Nov-11 5:41am View    
Thanks Bro...thanks a lot..