Blog Sections Open

Troubleshooting FormLister Mail Delivery on Timeweb

A short troubleshooting guide for cases where FormLister suddenly stops sending mail on Timeweb or a similar hosting environment.

Mail delivery bugs are frustrating because the form may appear to work while the message never arrives. On shared hosting that often means the problem is not the form markup itself, but the transport environment around it.

What to check first

  • whether the hosting mail function is still allowed and configured
  • whether sender and recipient headers match the host’s policy
  • whether the project recently switched PHP versions or mail settings
  • whether the modified AJAX wrapper still passes data into FormLister correctly

In hosting-related mail failures, always separate application logic from transport policy. Sometimes the form did not break at all — the host changed the rules around it.

Newer post

Creating a Resource from a FormLister Submission

How to turn a front-end FormLister submission into a new Evolution CMS resource instead of just sending an email.

Older post

Building a “You May Also Like” Block for Category Pages

A practical linking pattern for showing related category suggestions in a circular sequence, useful for internal linking and navigation blocks.