• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

sendmail classes in php don't work

T

tnobs

Guest
Hi

I have a problem with sending emails with php classes. If I use only the mail(....) syntax in php it works. But if I try to use sendmail classes in php, it doesn't work. I allready tried different classes.

In php.info it tells me:
sendmail_path /usr/sbin/sendmail -t -i

what could it be?

Thanks tnobs
 
Normally when Plesk installed the MTA is changed to Qmail and the binary /usr/sbin/sendmail is a symlink to /var/qmail/bin/sendmail. Check this.
 
configuration qmail

Hi

I have to ask a general question:

We ordered a dedicated server only for one website, because we needed a lot of serverspace and high bandwidth. So my knowledge about linux is quite low.

What do I have to configure to use the mail function in PHP?

- do I have to configure something in the PLESK interface?
- do I have to configure the qmail?


Thanks for every hint... tnobs
 
Back
Top