Thursday, February 14, 2008

QTMMSENDMAIL API:

The Send MIME Mail (QtmmSendMail) API allows you to send e-mail from an iSeries program. This API supports sending multiple mail attachments at one time, but the Send Distribution (SNDDST) command does not. The QtmmSendMail API is in the service program QTCP/QTMMSNDM. Application programs must bind to this service program.
The QtmmSendMail API works in the following way:
1. You create an ASCII file with an entire MIME note. The headers are all in US-ASCII coded character set identifier (CCSID) 367.
2. The application calls the QtmmSendMail API and gives it both the name of the file and the addresses that the framework and SMTP must use to forward the e-mail.
The parameter details for this API can be found in the following link.
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/rzair/rzairsendmime.htm

1 comment:

Anuj said...

Is it any way to convert Text Format File to MIME Format file and reverse or PF to MIME format?