I have installed the latest version of the IP and I cant seem to be able to send the generated quotes/invoice.
I have used all options. PHpMail, SendMail and SMTP (using the host and also a transactional email vendor)
When i click on send email I get a blank white page.
I believe this is a bug (mail with empty body). It works for me with smtp and some text within the mail body. With an empty body I will get a blank page too.
Hi there, I have the same problem here. I created an email template, and I trying to send it via SMTP with gmail, but no results. it end up in a blank page. The thing is that I tried also with the other systems Send mail and PHP mail and either these ones work. Any clue? Thank you
I’m having the same problem. In version 1.4.3 this feature worked fine for me. I completed a successful upgrade to 1.4.8 and now it will not send invoices over email. I have confirmed email setting are correct in the System Setting module.
Here is a link to the error log: https://paste.invoiceplane.com/view/bdeb1808
I will admit I don’t know much about what I’m seeing, however I suspect this line (which repeats and repeats at exactly the time I attempt to send email invoices) is the culprit: invoice/application/helpers/mpdf/classes/cssmgr.php 1067
Hi Kovah, Thank you for your time.
I don’t think I know what that is telling me. The PDF attachment (which is the invoice itself, generated by InvoicePlane) has some issue? The InvoicePlane PHP class that converts html to PDF has a problem?
I’ve selected everything in between opening the dashboard and trying to send an email (no attachment option selected).
Just FYI, I have no problems with downloading PDF files generated by InvoicePlane, using the same custom template.
Hi there , in the recent version of invoice plane , there are quite few bugs. One of them is the mailing module (PHPMAILER). The white page error is caused due to the following :
Fatal error: Call to undefined method PHPMailer::trans() in /application/modules/mailer/helpers/phpmailer/class.phpmailer.php on line 1237
Hope they will fix this issue the soonest.
If so @Muhammad_Sheik then the problem seems to be related to: $this->trans(’<>’)
Which I guess is a translation library. There is one defined and included elsewhere with: $this->load->helper(‘trans’);
But I don’t know if that is present here in PHPMailer or indeed if this is the area where the problem actually is. @Muhammad_Sheik how did you manage to track it here? @Kovah any help with this would be much appreciated.
Thanks