mail()

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
rash28
Forum Commoner
Posts: 38
Joined: Wed Aug 01, 2007 1:21 am

mail()

Post by rash28 »

Hi,

I am not able to send mail from mail()
In php.ini the path is set as
For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = /usr/sbin/sendmail -t -i

Is there any changes to be made here to send the mail
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

We can't really answer that without knowing anything about your server. Do you know where sendmail, postfix or exim are installed? Why is this thread in Swift Mailer's forum by the way? ;)
Post Reply