Mail

Written by Yujin Boby

Edit in WordPress

Mail Server

These software once installed will provide complete mail server including web mail.

Business Email

Free Email Forwarding

Mail DNS Settings

Webmail

Email Marketing

Newsletter

Encrypted Email

Email Clients for Linux

To install mail command.

on Debian, run

apt-get install mailutils -y

on CentOS

yum install mailx -y

To send a test email, run

echo 'Test passed.' | mail -s Test-Email info@serverok.in

To specify sender address, use -r option

echo 'Test passed.' | mail -s Test-Email -r me@serverok.in info@serverok.in