Friday, November 28, 2014

mail: command not found on cPanel server

Solution:

yum install mailx
service postfix start
chkconfig postfix on 
 
 
or 
 
 
yum install mail
 
 
 
Fixed
 
and now test
 
mail -v youremail@gmail.com -- -r "test@gmail.com" 

No comments:

Post a Comment