Click here to Skip to main content
15,910,009 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Get C drive files Pin
N a v a n e e t h12-Oct-09 16:15
N a v a n e e t h12-Oct-09 16:15 
GeneralRe: Get C drive files Pin
cocoonwls13-Oct-09 6:37
cocoonwls13-Oct-09 6:37 
QuestionClose form after buttonclick Pin
JohnQuar112-Oct-09 4:28
JohnQuar112-Oct-09 4:28 
AnswerRe: Close form after buttonclick Pin
Not Active12-Oct-09 4:37
mentorNot Active12-Oct-09 4:37 
GeneralRe: Close form after buttonclick Pin
JohnQuar112-Oct-09 5:41
JohnQuar112-Oct-09 5:41 
GeneralRe: Close form after buttonclick Pin
Not Active12-Oct-09 5:49
mentorNot Active12-Oct-09 5:49 
AnswerRe: Close form after buttonclick Pin
Tiger45612-Oct-09 21:22
Tiger45612-Oct-09 21:22 
QuestionMail Sending Error Pin
sadeeshdrspoy12-Oct-09 4:05
sadeeshdrspoy12-Oct-09 4:05 
Hi friends,
I write email sending code but error displayed.

my Code:

MailMessage msg = new MailMessage();

msg.To = TextBox2.Text;

msg.From = TextBox1.Text;

msg.Subject = TextBox3.Text;

msg.Body = TextBox4.Text;
msg.Priority = MailPriority.High;



Label1.Text = "Sending...";

SmtpMail.SmtpServer = "smtp.gmail.com";

SmtpMail.Send(msg);
Label1.Text = "Mail send successfully";

Error:
The server rejected the sender address. The server response was: 530 5.7.0 Must issue a STARTTLS command first. d4sm5530294fga.16

Please Help Me.... I searching One week.
Thanks for advance
AnswerRe: Mail Sending Error Pin
Vimalsoft(Pty) Ltd12-Oct-09 4:27
professionalVimalsoft(Pty) Ltd12-Oct-09 4:27 
AnswerRe: Mail Sending Error Pin
Manas Bhardwaj12-Oct-09 4:29
professionalManas Bhardwaj12-Oct-09 4:29 
AnswerRe: Mail Sending Error Pin
Not Active12-Oct-09 4:32
mentorNot Active12-Oct-09 4:32 
QuestionPlans, Guidelines and Decisions for a Charity Web Application Project Pin
Voulnet12-Oct-09 4:03
Voulnet12-Oct-09 4:03 
AnswerRe: Plans, Guidelines and Decisions for a Charity Web Application Project Pin
Not Active12-Oct-09 4:42
mentorNot Active12-Oct-09 4:42 
GeneralRe: Plans, Guidelines and Decisions for a Charity Web Application Project Pin
Voulnet12-Oct-09 11:16
Voulnet12-Oct-09 11:16 
GeneralRe: Plans, Guidelines and Decisions for a Charity Web Application Project Pin
Not Active12-Oct-09 12:49
mentorNot Active12-Oct-09 12:49 
GeneralRe: Plans, Guidelines and Decisions for a Charity Web Application Project Pin
Voulnet12-Oct-09 14:21
Voulnet12-Oct-09 14:21 
QuestionFavicon problem? Pin
keyur satyadev12-Oct-09 2:56
keyur satyadev12-Oct-09 2:56 
AnswerRe: Favicon problem? Pin
Abhijit Jana12-Oct-09 3:09
professionalAbhijit Jana12-Oct-09 3:09 
GeneralRe: Favicon problem? Pin
keyur satyadev12-Oct-09 4:13
keyur satyadev12-Oct-09 4:13 
GeneralRe: Favicon problem? Pin
sashidhar12-Oct-09 5:54
sashidhar12-Oct-09 5:54 
Questiondynamic control in separate class Pin
dkosasih12-Oct-09 2:22
dkosasih12-Oct-09 2:22 
QuestionDBA Pin
AndyInUK12-Oct-09 2:10
AndyInUK12-Oct-09 2:10 
AnswerRe: DBA Pin
sashidhar12-Oct-09 2:32
sashidhar12-Oct-09 2:32 
AnswerRe: DBA Pin
keyur satyadev12-Oct-09 2:59
keyur satyadev12-Oct-09 2:59 
GeneralRe: DBA Pin
AndyInUK12-Oct-09 3:43
AndyInUK12-Oct-09 3:43 

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.