E-mail

  • Thread starter Thread starter Carmen
  • Start date Start date
C

Carmen

I would like to create and display an e-mail from an asp.net page when
pushing a button. I want to see the message, to permit the user to change
whatever he likes and send it. The message must have an attachment, a .xls
file.

I have already created the message and send it OK, but this is not what I
want. I want to show it in order to be the user who sends the message if he
wants to.
 
if you are using mail client on the client machine, it would throw up a mail
instance to the user. that way you can achieve your way.
but if you are preparing the mail on the server and sending it from there..
you would want to display user a custom page to edit email.

hth,
Av.
 
I do have a mail client on the client machine, how can I throw up a mail
instance to the user?
 
Back
Top