Hi
I want to send a mail with attachment which is generated during runtime. Right now I am using the normal way to create a file in the directory , then attached it. It works fine but how can I send an attachment without creating a file in the back end? Can anyone help me or
show me the example in java?
Thanks
allan
-
Sending Attached Outputstream email (1 messages)
- Posted by: Thomas Hassler
- Posted on: July 11 2005 11:06 EDT
Threaded Messages (1)
- Sending Attached Outputstream email by Edoardo Pelli on July 12 2005 02:11 EDT
-
Sending Attached Outputstream email[ Go to top ]
- Posted by: Edoardo Pelli
- Posted on: July 12 2005 02:11 EDT
- in response to Thomas Hassler
You can try to use java.io.PipedOutputStream and PipedInputStream.
Have a nice day
edo