Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Mail::Sender connection failing under CGI

by Anonymous Monk
on Jun 19, 2017 at 23:40 UTC ( [id://1193118]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Mail::Sender connection failing under CGI
in thread Mail::Sender connection failing under CGI

If you're right, how to overcome this?

have the cgi add a job to a queue ... the mail actually gets sent by a cron job reading from the queue running under the user account and not the webserver account

  • Comment on Re^3: Mail::Sender connection failing under CGI

Replies are listed 'Best First'.
Re^4: Mail::Sender connection failing under CGI
by Anonymous Monk on Jun 20, 2017 at 03:37 UTC
    Thanks for your reply. I was thinking myself about this kind of detour but found it a bit.. pathetic? Last week I was struggling with similar issue, namely LWP::UserAgent within CGI. No matter what, it is not possible to use them both when the server requires authentication over ssh. The only solutions found on internet suggest giving up on host authentication, or forcing ssh version, or using older ssl engine - all for nothing. I gave up in that case and started node.js. In this case it might be hard, since I have to use DBB::ODBC in the same script.. *Sigh*
      Well in that case you have to manage/configure your webserver to run your programmes with the required permissions

Log In?
Username:
Password:

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

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

    No recent polls found