Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl Sendmail Problem

Status
Not open for further replies.

zelizelizelizeli

Technical User
Sep 13, 2006
4
US
Hi,

I have a Perl script to send an email from : 12345@mydomain.com

12345 is not a user, will not be and I will need to send from the script from a different 5 digit number everytime.
00001-99999@mydomain.com

Right now when I try it sends from the user which initiated the script and not from the
print MAIL "From: 12345@mydomain.com\n"

How can I do this?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top