On Jan 2, 2020 7:21 AM, Jiri B <[email protected]> wrote: > > https://wordpress.org/plugins/post-smtp/ >
This looks promising. Thanks, Edgar > j. > > On Thu, Jan 2, 2020 at 1:44 PM Stuart Henderson <[email protected]> wrote: > > > On 2020-01-02, Edgar Pettijohn <[email protected]> wrote: > > > I'm having trouble getting mail to go through wordpress. > > > > Confogure it to send by SMTP instead. (I don't use wordpress and can't > > help tell you exactly how, but it's definitely possible - search for > > e.g. "wordpress smtp authentication"). > > > > > The mail() function is not disabled. If my reading of > > > class-phpmailer.php is correct it should see that sendmail_path is > > > defined and use sendmail instead of mail(). > > > > Using mail() needs a /bin/sh binary inside the chroot jail. You are > > better off avoiding mail() where possible. > > > > > >

