PHPMailer and Sendmail

DaMick

Verified User
Joined
Sep 23, 2006
Messages
18
Location
BE
Hi all,
I'm having a small problem with PHPMailer. It seems like I can't send mail when using sendmail type, but when using mail type (so that phpmailer uses the native mail function) I have no problems.

I have tested my script on a machine without DA, and then everything seems to be in order.

Do I need to specify a custom sendmail path in phpmailer? I have tryed the path I saw in the phpinfo, but still no luck.

any advice would be great
 
I'm not getting any php errors, but when I call the send function, it just returns false.

Should I go looking into the mail logs?
 
Back
Top