Page 1 of 1

sending mail not working

Posted: 2024-07-26 17:21
by richard
I have a Ubuntu server 22.04 with apache2 and php 8.1
this function does not work ----
function sendmail_handler(&$pm) {

}-----
Do I need to install send mail on my server or should php just handle it ?

Re: sending mail not working

Posted: 2024-07-29 20:33
by pbottcher
Hi,

this function is for the PHPMailer. PHPMailer should come with AppGini.

What is not working?