- Jun 24, 2005
- 588
- 0
- 0
I'm making an email script. I'm using perl to do a couple of things and then send an email using ssmtp. The problem is when I run the ssmtp command I don't think it's running as me. How can I get it to run as me(or any user for that matter)?
I'm using system("ssmtp email@email.com < asdfsda.txt");
When perl runs that what user is technically running the ssmtp command? I assume it's not getting my user config and thats why it's not going through.
I'm using system("ssmtp email@email.com < asdfsda.txt");
When perl runs that what user is technically running the ssmtp command? I assume it's not getting my user config and thats why it's not going through.
