Subject: Attachment & Email - Can’t be done,experts is it true?
What the user is asking for is from with a database - they want to be able to select a document and then click on a button and it put this document in the body of the email to send.
Now, I know you can’t do attachments right? It would need to be a third party tool. This would be the ultimate. So since this can’t be done, I had them use the built in “Forward” feature and it worked great. Problem though, when you forward with more than one - the pages all run together and there is no way to do a line break.
Does anyone have any suggestions on how I can get this users what they need?
I’m confused by the first line of your second paragraph? “…I know you can’t do attachment…” What can’t be done?
Are you saying if you go into the database select multiple documents, click on this “button” you want for each document an e-mail be created with the contents of the document to be put into the body of the e-mail. The e-mail then displayed on the screen so the person can fill in the To, CC, BCC, Subject and possibly modify the body. Then they click save and the NEXT document does the samething?
If so. I think this would be possible, (OK I’m concern as Stan is more of an expert than I) with possibly a problem with “stopping” while the user gives their input.
The button would need to open the users mail database.
Loop through the document collection
create a new backend memo
get the body field in the memo.
Render the document into the memo body.
Save the memo (as draft)
open the memo in edit mode in mail
User fill in what they want ... Click on Send
get next document
end loop
If the user wanted to enter the samething each time, you could give them a single dialog box to enter the information they want ONCE and then update each memo and send them automatically.
Of course I just made a whole bunch of assumptions, so maybe that’s not what you want.
The forwarding “merge” is wonderful when you want to send someone a bunch of documents and normally don’t want to send them a bunch of documents.