berthier
28th August 2013, 17:33
I need to prepare an email for my customer with a body text, attached documents, and the recipient address filled.
The customer wants to have Outlook open automatically with the body text, and attached documents and then after his validation he just have to click on the send button.
I have almost the solution when I am using the SMTP service, (ttcmf0130m000) but the e-mail is sent directly to the recipient, Outlook is not opened.
the function display message cmf.setdisplay(message.ID, ttyeno.yes) is not working when I am using SMTP service.
When I am using the OUTLOOK service, Outlook is opened for the prepared message. I am using the parameter cmf.ShowMessage = 1 in the cmf.sendtoperson function
but the attached documents are renamed att1.txt att2.jpg. File extension are ok but the file name is changed. I am using MIME types text/plain and image/jpeg.
Does anyone have done this before and could have a solution to this problem.
Is there another way to prepare an email as a draft with recipient address, body, and attached documents filled ?
The customer wants to have Outlook open automatically with the body text, and attached documents and then after his validation he just have to click on the send button.
I have almost the solution when I am using the SMTP service, (ttcmf0130m000) but the e-mail is sent directly to the recipient, Outlook is not opened.
the function display message cmf.setdisplay(message.ID, ttyeno.yes) is not working when I am using SMTP service.
When I am using the OUTLOOK service, Outlook is opened for the prepared message. I am using the parameter cmf.ShowMessage = 1 in the cmf.sendtoperson function
but the attached documents are renamed att1.txt att2.jpg. File extension are ok but the file name is changed. I am using MIME types text/plain and image/jpeg.
Does anyone have done this before and could have a solution to this problem.
Is there another way to prepare an email as a draft with recipient address, body, and attached documents filled ?