Forum
postmarkapp and perch FYI
I'd been banging my head against getting perch working with postmark app for too long...
There's not much to set up... so it should have worked but it would not.
Finally changed the port number:
define('PERCH_EMAIL_PORT', 25);
to
define('PERCH_EMAIL_PORT', 2525);
and everything is fine.
Just thought I'd share for anyone else who runs into this.
--Monty