I am having problems as well:
A PHP Error was encountered
Severity: Warning
Message: mail() [function.mail]: Bad parameters to mail() function, mail not sent.
Filename: libraries/Email.php
Line Number: 1328
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/content/d/i/t/ditollc/html/bambooinvoice/bamboo_system_files/libraries/Exceptions.php:164)
Filename: libraries/Session.php
Line Number: 295
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/content/d/i/t/ditollc/html/bambooinvoice/bamboo_system_files/libraries/Exceptions.php:164)
Filename: helpers/url_helper.php
Line Number: 455
I checked my <? phpinfo(); ?> and found this:
sendmail_from
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
I went to the Filename: libraries/Email.php file and changed 1st the $mailpath to: /usr/sbin/sendmail -t -i.
that didnt work so i took out the “-t -i”. that didnt work either.
I then added ‘localhost’ to the $smtp_host. no luck.
i am not very knowledgeable with php, am i even close to figuring this out?
help!
thanks