aspx generate an email

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
 
M

M. Zeeshan Mustafa

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top