| Author: irfan 04 Jan 2005 | Member Level: Bronze Points : 0 |
I have done the same thing (coding) in c#.Net but there is a error with this code
/* An unhandled exception of type 'System.Web.HttpException' occurred in system.web.dll Additional information: Could not access 'CDO.Message' object. */
My code was as under: MailMessage Message = new MailMessage(); Message.To = "iAfzal@lmkr.com"; Message.From = "iAfzal@lmkr.com"; Message.Subject = "nothing"; Message.Body = " Have u received my email .... just checking"; SmtpMail.SmtpServer = "http://www.lmkr.com"; SmtpMail.Send(Message);
Please response me if there is wrong with this code. i will be very thank full to you.
|
| Author: k.selvambikaikathirvel 09 Nov 2005 | Member Level: Bronze Points : 0 |
Hi sir, I saw your article in dotnet spider.It's vey superb,simple and concise.sir.Now,I want to send mail from asp.net with link to receiver.Then receiver click the link,the acknowledgement will come to sender with some details given by receiver like username and then sender send some other details to receiver like received username and autogenerated password.This is followed in some websites.Like that I also need for my project .It is very Urgent..........Please help me sir.please reply me as soon as possible Thanks in advance. Regards K.Selvambikai mail to:kselvambikai@gmail.com
|