Send mail in Unix
532632Jul 30 2008 — edited Jul 30 2008Dear Friends,
I have a shell script that sens mails like this:
/usr/lib/sendmail -v ${CPA_ADMIN}
where variable CPA_ADMIn is assigned as
CPA_ADMIN="xx@abc.com"
Please can you help me in this case. I want to know if
1. i can specify more email ids in the variable.
e.g. CPA_ADMIN="xx@abc.com","yy@abc.com","zz@abc.com"
2. Is there any limit to the maximum number of email ids that can be specified for mail to be sent.
Thanks,