• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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