sending mail not working
Posted: 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 ?
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 ?