×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
The documentation found in the www.easy400.net web site states :
/*********************/
*Note 3- Fetching sender's name and e-mail from the system distribution
directory
*If the current user profile is enrolled in the system distribution
directory (you may use command WRKDIRE to check it out) and its directory
entry specifies a full name and an e-mail address (use F19 and check fields
titled "SMTP user ID" and "SMTP domain"), then the sender's name and e-mail
address are automatically fetched into command parameters FROMNAME and
FROMEMAIL when the command is prompted.
(Command WRKNAMSTP, alias table type = system, provides another way to
display / maintain e-mail addresses)
If the command is executed without prompting, to obtain the same you must
specify FROMNAME(*DIRENT) FROMEMAIL(*DIRENT). In this case, if the required
information cannot be retrieved from the system distribution directory
entry for the current user profile, an escape message is issued.
Example:
MMAIL/EMLMSG SUBJECT('Announcement of a new software') FROMNAME(*DIRENT)
FROMADDR(*DIRENT) TO('dooley@xxxxxxxxxxxxx'/'Tom Dooley'/*TO)
TXTF(QGPL/MESSAGES) TXTMBR(MSG705) RECEIPT(*YES)
/*********************/
HTH,
Luis Rodriguez
IBM Certified Systems Expert — eServer i5 iSeries
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.