Techno
Aug 13th, 2005, 07:15 PM
hehe
yes, I did make a topic about this a while back, good discussion and sorted the problem! however that was on my own computer.
Now I have a web server and wish to send email from my web server email.
it requires SMTP authentication.
Now, I get this error when sending mail:
innerexception:
System.Runtime.InteropServices.COMException (0x8007007F): The specified procedure could not be found.\r\n"
exception:
System.Web.Mail.CdoSysHelper.Send(MailMessage message)\r\n at System.Web.Mail.SmtpMail.Send(MailMessage message)\r\n at spappsMain.contact.SendEmail() in c:\\inetpub\\wwwroot\\spappsmain\\contact.aspx.cs:line 104"
All I am doing is "SMTP.SendMail(theEmailMessage)" and all fields are filled in properly.
I do not understand what this error is. The mailserver has been set to "mail.mydomain.co.uk"
What could be the problem?
NEVERMIND - it works when i upload the files to the webserver!
yes, I did make a topic about this a while back, good discussion and sorted the problem! however that was on my own computer.
Now I have a web server and wish to send email from my web server email.
it requires SMTP authentication.
Now, I get this error when sending mail:
innerexception:
System.Runtime.InteropServices.COMException (0x8007007F): The specified procedure could not be found.\r\n"
exception:
System.Web.Mail.CdoSysHelper.Send(MailMessage message)\r\n at System.Web.Mail.SmtpMail.Send(MailMessage message)\r\n at spappsMain.contact.SendEmail() in c:\\inetpub\\wwwroot\\spappsmain\\contact.aspx.cs:line 104"
All I am doing is "SMTP.SendMail(theEmailMessage)" and all fields are filled in properly.
I do not understand what this error is. The mailserver has been set to "mail.mydomain.co.uk"
What could be the problem?
NEVERMIND - it works when i upload the files to the webserver!