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