Hi ,
this is my code for sending email that doesn't work . When I click the Send button it dosen't give me error , but whene I'm checkeing my email, nothing thier.
{
msg.From =
msg.To.Add (
msg.Subject = txtLast.Text.Trim();
msg.Body = txtComment.Text.Trim();
msg.IsBodyHtml =
smpt.Send(msg);
}
and this is my Web.Config
<
</
After two days I'll appreciate any help
Thanks mali