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 ?
sending mail not working
Re: sending mail not working
Hi,
this function is for the PHPMailer. PHPMailer should come with AppGini.
What is not working?
this function is for the PHPMailer. PHPMailer should come with AppGini.
What is not working?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.