Table of Contents
SMTP client
Requirements
| Name | Version | Dependencies | Size | Description |
|---|---|---|---|---|
| mini-sendmail | 1.3.6-4 | none | 5866 | mini_sendmail reads its standard input up to an end-of-file and sends a copy of the message found there to all of the addresses listed. The message is sent by connecting to a local SMTP server. This means mini_sendmail can be used to send email from inside a chroot(2) area. |
Installation and Configuration
opkg install mini-sendmail
Example
mini_sendmail -ssmtp.mail.yahoo.com -p465 -tsuperadmin@openxrt.cc usage: mini_sendmail [-f<name>] [-t] [-s<server>] [-p<port>] [-T<timeout>] [-v] [address ...] |
Note that there must not be a space between the option and the value; e.g. "-p 465" is incorrect.
doc/howto/smtp.client.txt · Last modified: 2011/08/26 20:37 by whbjr
This text is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
