BambooInvoice Forums

Feature Request: Config email transport through Bamboo Invoice

 
Total Posts: 9

Not everyone will have BI install on a Linux platform, therefore sendmail (my BI is on IIS & PHP5) may not always be available.

To avoid manually editing the libraries/Email.php file for configuring SMTP etc. how about adding this control to the settings section within BI?

(P.S. wheels are in motion to get BI onto a Linux box!)

Total Posts: 2339

Bamboo tries to use the default PHP mail() function, so the settings should be controlled by the server.  But if you wanted to be specific about smtp or something, then this is in the installation guide

Email not working?
Bamboo usually does a pretty good job of getting your email out, but sometimes it needs a
bit of help. If the email isn’t getting sent, open
/bamboo_system_files/application/config/email.php and enter your email information.
Also, ensure that invoices_temp is a writable directory, or Bamboo can’t save the invoices
for you.

Total Posts: 9

Thanks for the pointer.