Skip to content

CONNECTORS mail2sms procmail sending sms

Mario Kleinsasser edited this page Sep 20, 2015 · 2 revisions

After configuration you will be able to send a SMS. Just write an email with you favorite email program or just use the command line mail program of your Linux server.

This documentation is tested against a Postfix SMTP server. The Postfix has its own mail domain. For example mymaildomain.com.

If you installed Postfix and configured it you will be able to send an email from command line and receive it by using the follwing example:

# mail [email protected]

Just write a subject and press enter. A mail body is not needed because only the subject is used by the connector. Finally send the email by pressing Ctrl+D.

Have fun!