Hi everybody!
Cpanel uses Exim for sending/receiving email
I have a bash shell that auto send mail to us by common command like this:
But now, I use "exim" command to test but it requires more typing and i don't know how to put all in one shell scripts.Code:#!/bin/sh ( action ) | /bin/mail -s 'My subject' my@email.com
Successfully......Code:exim -v -odf my@email.com My subject .
Anybody can edit this command for scripts?
Thanks very much



LinkBack URL
About LinkBacks
Reply With Quote





