Attachement

i m attaching one attachement in to richtext field when i send mail to user i want to send only attachement content to user not attachement how to do this

  1. i have a file attach in to rich text filed when i send mail to user i want to send only content to user not file how to do this

can any one send code for this or any in detail explanation about this

Subject: attachement…

What type of file are you attaching … is it same for every document (mail) or different …

If its a text file you can read its content by detaching it somewhere on system drive and read the stream and put it in RT field and remove attachment …

Same way for .doc file, and other files … you have to use different scripts for reading the file’s content.

Subject: RE: attachement…

it may be any type of attachement

is there any code to if so can you send sample code…

Subject: RE: attachement…

Not sure what you want to do is possible or practical

What if it is a media file? An MP3 or WMV?

Subject: RE: attachement…

these attachements are like .word,.pdf *.txt etc…not any mp3 or something wave…