1850495 Members
2558 Online
104054 Solutions
New Discussion

sendmail

 
SOLVED
Go to solution
Johan Nielsen
Advisor

sendmail

I have a user that wants to send an e-mail and specify the To, From and Subject. I have been playing with sendmail attempting to satisfy this request. I can send mail just fine using sendmail -f but I also want to specify the subject and nothing shows up in the To: field of the e-mail. Can anyone help?
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: sendmail

You are trying to do this the hard way. It's much easier to use mailx or elm as your front-end to format the mail and hand the task off to sendmail.
If it ain't broke, I can fix that.