sending mail not working

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
User avatar
richard
Posts: 15
Joined: 2023-03-22 13:08
Location: Oroville CA
Contact:

sending mail not working

Post by richard » 2024-07-26 17:21

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 ?

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1658
Joined: 2018-04-01 10:12

Re: sending mail not working

Post by pbottcher » 2024-07-29 20:33

Hi,

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.

Post Reply