The following line of code :
SmtpMail.Send(objEmail)
Produces this error :
"System.Runtime.InteropServices.COMException: Unspecified error"
Can anyone help ?
I have included "Imports System.Web.Mail" at the top of my code behind page and intelisence reveals all appropriate properties and methods.
