aspx generate an email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I generate an email in the serverside code (aspx.cs file) in which I can imbed data submitted from the client icluding attachment of client side files that the client has specified. up to now I get a problem with STMPMAIL(oMyMail) giving an error
Exception Details: System.Runtime.InteropServices.COMException: The "SendUsing" configuration value is invalid
 
http://support.microsoft.com/?id=310273
now I get a problem with STMPMAIL(oMyMail) giving an error
Exception Details: System.Runtime.InteropServices.COMException: The
"SendUsing" configuration value is invalid

because you have not specified SMTP server.

--
Hope this helps,
Zeeshan Mustafa, MCSD


SibAndela said:
How do I generate an email in the serverside code (aspx.cs file) in which
I can imbed data submitted from the client icluding attachment of client
side files that the client has specified. up to now I get a problem with
STMPMAIL(oMyMail) giving an error
Exception Details: System.Runtime.InteropServices.COMException: The
"SendUsing" configuration value is invalid
 
Back
Top