rtnMichael
Programmer
hey guys, I'm trying to send mail to myself along with another user on a unix test station and I was wondering if anybody knew how to send to multiple users rather than having to use an alias file to access names.
This is what I'm doing and it works fine for just me, but I need to add only one other user, and I've tried several different ways to manipulate the code without any success.
pipe = popen("/usr/lib/sendmail -f mysy mbarr@ray.com","w")
Any clues?
Thanks
M
This is what I'm doing and it works fine for just me, but I need to add only one other user, and I've tried several different ways to manipulate the code without any success.
pipe = popen("/usr/lib/sendmail -f mysy mbarr@ray.com","w")
Any clues?
Thanks
M