TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
krishna chaturvedi
NA
681
11.9k
I wanna to send email with hostgator server but web con't send.Help me please.
May 8 2012 8:18 AM
my code is this-
//MailMessage mm = new MailMessage();
//SmtpClient sm = new SmtpClient();
//sm.Credentials = new NetworkCredential("
[email protected]
", "GEs3ebrE");
//mm.To.Add(new MailAddress(TextBox1.Text));
//mm.From = new MailAddress("
[email protected]
");
//mm.Subject = TextBox2.Text; ;
//mm.Body = TextBox3.Text;
//mm.Priority = MailPriority.High;
//sm.Port = 25;
//sm.Host = "50.97.99.170";
//sm.UseDefaultCredentials = false;
//sm.DeliveryMethod = SmtpDeliveryMethod.PickupDirectoryFromIis;
//sm.EnableSsl = false;
//sm.Send(mm);
Reply
Answers (
0
)
soap serilizer does not support seriziling generic type
Return type for a method