Forms worked great for a long time. Around the end of Dec. mail with form contents stopped arriving at destination. As far as we know there were no changes to the site just before then. It had be updated to joomla 1.5.22 when that had come out.
I ruled out:
- mail is "on" for forms
- smtp, sendmail and php mail all work when sending the contact (non chrono)
- chrono debug always shows success on every line
- using various HTML characters such as tables and strong tags in the email template don't seem to affect anything
I narrowed it down to this: if the email template is 227 characters or fewer, the mail arrives at the destination. If it is 272 characters or more, it does not arrive.
I haven't tested the number of characters between 227 and 272. I would imaging 256 is going to be a magic number here but that's only a guess.
I can consistently get mails if my email template is really small. I consistently don't get mails if it's at 272 characters or greater.
I am so stumped. Any ideas?
I ruled out:
- mail is "on" for forms
- smtp, sendmail and php mail all work when sending the contact (non chrono)
- chrono debug always shows success on every line
- using various HTML characters such as tables and strong tags in the email template don't seem to affect anything
I narrowed it down to this: if the email template is 227 characters or fewer, the mail arrives at the destination. If it is 272 characters or more, it does not arrive.
I haven't tested the number of characters between 227 and 272. I would imaging 256 is going to be a magic number here but that's only a guess.
I can consistently get mails if my email template is really small. I consistently don't get mails if it's at 272 characters or greater.
I am so stumped. Any ideas?