1. Introduction
This post show how to install 'sendEmail' SMTP send e-mail client software on Linux CentOs
2. Step-by-Step
- Step #1: Installing binary software in /opt
$ mkdir /opt
$ cd /opt
$ wget http://caspian.dotconf.net/menu/Software/SendEmail/sendEmail-v1.56.tar.gz
$ tar xvf sendEmail-v1.56.tar.gz
- Step #2: Install a symbolic link on PATH called 'sendEMail'
$ ln -s /opt/sendEmail-v1.56/sendEmail /usr/sbin/sendEmail
- Step #3: Test solution
$ sendEmail -f noreply@josemarsilva.com.br -t josemarsilva@yahoo.com.br -u "Subject for sendEmail " -m "Send Email Body" -s 10.1.0.2
- Step #4: Command Line Help
$ sendEmail --help
Nenhum comentário:
Postar um comentário