A shell script using mail

2000-10-03 Thread Trent
Hello, I have created a shell script that creates new users once the userid is created. And after it is complete I use mail to send the e-mail to the client that there account is setup. However the e-mail is from: Super-User [EMAIL PROTECTED] I have read through the man file for mail and

Re: A shell script using mail

2000-10-03 Thread StarDrifter
, 2000 8:17 PM Subject: A shell script using mail Hello, I have created a shell script that creates new users once the userid is created. And after it is complete I use mail to send the e-mail to the client that there account is setup. However the e-mail is from: Super-User [EMAIL

Re: A shell script using mail

2000-10-03 Thread Jeremy C. Reed
On Tue, 3 Oct 2000, Trent wrote: Is there an option to edit the from address using mail, I would like to change it to [EMAIL PROTECTED] instead of [EMAIL PROTECTED] Try using /usr/sbin/sendmail (or /usr/lib/sendmail) with the "-f" switch. Usually on Debian boxes, sendmail is really exim