onedizzydevil
Programmer
I am trying to configure a form that will be emailed to a representive when submitted by the user. I have the mail working fine with following exceptions:
I use an ASP classic component (ASPEmail) that will allow two versions (a text version, and an HTML version) of an message sent in the same email. When the clients' mail reader attempts to open the email it will determine if it can read the HTML version and if not it will attempt to show the text version if available.
Additonally, how do I embed graphics in the email with .NET? I can do this with ASPEmail component.
The documentation for this is rather vauge and limited to less than obvious content, or at least what I have found anyway.
Any ideas on how to go about this?
Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."
I use an ASP classic component (ASPEmail) that will allow two versions (a text version, and an HTML version) of an message sent in the same email. When the clients' mail reader attempts to open the email it will determine if it can read the HTML version and if not it will attempt to show the text version if available.
Additonally, how do I embed graphics in the email with .NET? I can do this with ASPEmail component.
The documentation for this is rather vauge and limited to less than obvious content, or at least what I have found anyway.
Any ideas on how to go about this?
Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."