E1:WRKFLW: SMTP Send Message API and Error Return Codes for MIME Messages
(Doc ID 826593.1)
Last updated on OCTOBER 22, 2024
Applies to:
JD Edwards EnterpriseOne Tools - Version 8.98 and laterInformation in this document applies to any platform.
Goal
JDE_SendEMailSMTPExt API
JDE_SendEMailSMTPExt API is extension to JDE_SendEMailSMTP API. It allows the caller to e-mail to one or more recipients using the Simple Mail Transport Protocol (SMTP) with support for multimedia attachments. JDE_SendEMailSMTPExt is exported for use in OneWorld business functions and is available in both client and server environments.
JDE_SendEMailSMTPExt complies with the SMTP specification found in RFC 822 and supports the standard Multimedia Internet message exchange (MIME) protocol, up to and including RFC 1806.
External Dependencies
Prerequisites to using of JDE_SendEMailSMTPExt are that a host running the SMTP service (TCP port 25) must be accessible from the calling machine and the hostname of the SMTP service must be specified in the mailServer key of the [JDEMAIL] section of the jde.ini file in the environment from which the JDE_SendEMailSMTPExt API will be called.
Example:
mailServer=mailserv1
Syntax
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
MAPI Errors |
SMTP Error |
Init and Cleanup Errors |
Other Errors |
References |