Page 1 of 1

Re: Invalid Link on Send Mailing page

Posted: Fri Nov 11, 2011 8:28 pm
by maschoff
If OpenEMM runs into a timeout when trying to validate a link the link will be labeled as invalid as well.

Re: Invalid Link on Send Mailing page

Posted: Tue Nov 22, 2011 11:19 am
by maschoff
There is an (undocumented) permission called "mailing.linkcheck.deactivate". If you activate this permission in the database via

Code: Select all

INSERT INTO `admin_group_permission_tbl` (`admin_group_id`, `security_token`) VALUES (4, 'mailing.linkcheck.deactivate');
the link checker will be disabled (after restarting OpenEMM).