Skip to content
  1. Mar 09, 2017
  2. Feb 24, 2017
  3. Jan 19, 2017
  4. Nov 16, 2016
  5. Oct 18, 2016
  6. May 27, 2016
  7. May 26, 2016
  8. May 25, 2016
  9. Apr 22, 2016
  10. Apr 21, 2016
  11. Feb 04, 2016
  12. Jan 31, 2016
  13. 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
  14. May 26, 2015
  15. May 06, 2015
  16. Apr 26, 2015
  17. Apr 07, 2015
  18. Oct 27, 2014
  19. Oct 17, 2014
  20. Sep 22, 2014
  21. Jul 27, 2014
  22. Mar 08, 2014
  23. Feb 16, 2014
  24. Feb 15, 2014
  25. Jan 16, 2014
  26. Nov 14, 2013
  27. Oct 18, 2013
  28. Oct 14, 2013
  29. Aug 22, 2013
  30. Aug 02, 2013
  31. Jul 31, 2013
  32. Jul 30, 2013
  33. Jul 26, 2013
  34. Feb 22, 2013
  35. Aug 14, 2012