Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Recent versions of the operating system come with the <a href="http://www-01.ibm.com/support/docview.wss?uid=nas8N1011153" rel="nofollow noreferrer"><strong>SNDSMTPEMM</strong></a> command already included. It's quite easy to use and allows you to include both a message body and an attachment simply by populating the appropriate parameters.</p> <p>That is what I would recommend for anyone who has it on their system, and needs something simple and free. For more robustness, there is Brad Stone's <a href="https://www.bvstools.com/mailtool.html" rel="nofollow noreferrer"><strong>MAILTOOL Plus</strong></a>, which is available as a paid subscription.</p> <p>The below information is my original answer, slightly updated, mainly for historical purposes:</p> <hr> <p>Where I work we use <a href="http://www.easy400.net/mmail/start" rel="nofollow noreferrer"><strong>MMAIL</strong></a>. It's low-cost and provides easy-to-use commands. For example, I happen to e-mail stream files all the time as follows (within a CLP):</p> <pre> MMAIL/EMLSTMF SUBJECT('Monthly Sales Reports') + FROMNAME('AS/400') FROMADDR('as400@mycompany.com') + TO('jsmith@mycompany.com'/Jim Smith/*TO + 'bjones@mycompany.com'/Bob Jones/*CC) + STMF(&FILE1 &FILE2 &FILE3) </pre> <p>There are other parameters available as well (pretty self-explanatory if you use the interactive prompt), and several other commands to handle the most common use cases. The package does also provide an API if you want finer control, or need to send much more complex messages, but I have never needed more than the provided commands.</p> <p>This utility used to be free, but the author now requires a "donation" of $50 for full access to downloads from his site.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload