Skip to content
  1. Feb 04, 2016
  2. Jan 31, 2016
  3. Sep 18, 2015
    • Till Brehm's avatar
      Fix by dirkd: Since file() doesn't remove "\n" from the lines read the... · d8faa4e7
      Till Brehm authored
      Fix by dirkd: Since file() doesn't remove "\n" from the lines read the condition $lines[$l] == '' never evaluated to true. So $mailHeaders would always contain every line from the template while $mailBody contained none of them.
      
      Together with the bugfix of PHP#68776 [1] disallowing multiple "\n"'s & preceding "\n" in mail()'s $additionalHeaders arg this caused mails not being sent because $mailHeaders would include at least one "\n\n" which was meant to separate the mail headers from the body.
      
      [1] https://bugs.php.net/bug.php?id=68776
      d8faa4e7
  4. May 26, 2015
  5. May 06, 2015
  6. Apr 26, 2015
  7. Apr 07, 2015
  8. Oct 27, 2014
  9. Oct 17, 2014
  10. Sep 22, 2014
  11. Jul 27, 2014
  12. Mar 08, 2014
  13. Feb 16, 2014
  14. Feb 15, 2014
  15. Jan 16, 2014
  16. Nov 14, 2013
  17. Oct 18, 2013
  18. Oct 14, 2013
  19. Aug 22, 2013
  20. Aug 02, 2013
  21. Jul 31, 2013
  22. Jul 30, 2013
  23. Jul 26, 2013
  24. Feb 22, 2013
  25. Aug 14, 2012
  26. Aug 12, 2012
  27. Aug 10, 2012
  28. Jul 02, 2012
  29. Jun 30, 2012
  30. Feb 28, 2012
  31. Feb 22, 2012
  32. Jan 12, 2012
  33. Nov 21, 2011
  34. Oct 21, 2011