zelizelizelizeli
Technical User
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
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