Re: sending mail from application on SuSe
Walter Haslbeck <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Organization | AMG GmbH |
| Message-ID | <[email protected]> |
Hi, > I’m looking for a tool to send easily mails and attachements from our > application. Anybody using such a tool ? mutt! usage is simple: e.g. RUN "mutt -s"Subject" -aAttachment.doc user@domain < textfile" because mutt reads the mailbody from STDIN, you can pipe a report to mutt: ... START REPORT myreport TO PIPE "mutt -s'Your Report' user@domain" ... hth, Walter