0 pts.
 SNDDST command
I am using the SNDDST command to send a document to an outside e-mail address. I also send a message(the MSG parameter). The e-mail is delivered along with the document, but the message does not go along with it. It is supposed to be in the body of the e-mail. I have seen this work on other systems, but can't get it work on this one system. Any ideas??? Thanks, David

Software/Hardware used:
ASKED: June 14, 2006  12:48 PM
UPDATED: June 15, 2006  12:10 PM

Answer Wiki:
correct use of snddst: SNDDST TYPE(*LMSG) DSTD(ETN)TOINTNET('name@domain.com') SUBJECT('subject line') LONGMSG('body of message') The ETN is random - put anything there. Instead of using longmsg(), you can use msg() and then you can attach one file by specifying it as docfile() or folder() (if it's on the ifs). If you want to send multiple attachments, you have to use QtmmSendMail API or a 3rd party product (there's some good ones). I found an example of using qtmmsendmail at : http://www.psoriano.freesurf.fr/modele/sndemail.htm.
Last Wiki Answer Submitted:  June 15, 2006  12:10 pm  by  DDekreon   0 pts.
All Answer Wiki Contributors:  DDekreon   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _