Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: send email module

by bigup401 (Pilgrim)
on Aug 28, 2020 at 21:07 UTC ( [id://11121161]=note: print w/replies, xml ) Need Help??


in reply to Re: send email module
in thread send email module

how can you do that while your running on shared server with restrictions and limited privileges on server

so all send mail modules use -t to call send mail option

Replies are listed 'Best First'.
Re^3: send email module
by gnosti (Chaplain) on Aug 28, 2020 at 21:18 UTC
    How about this:

    PATH={trustworthy:path} sendmail_script <ARGS>

      thanks, i solved my problem with this

      $ENV{'PATH'} = '/usr/sbin/sendmail';

      tho i never thought that all mail modules use -t command for mail sending, thats why i asked if there any module which dont use -t command for mail sending

        The usual recommendation is: $ENV{PATH} = '/bin:/usr/bin';

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11121161]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found