Invalid Link on Send Mailing page
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Invalid Link on Send Mailing page
If OpenEMM runs into a timeout when trying to validate a link the link will be labeled as invalid as well.
OpenEMM Maintainer
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Invalid Link on Send Mailing page
There is an (undocumented) permission called "mailing.linkcheck.deactivate". If you activate this permission in the database via
the link checker will be disabled (after restarting OpenEMM).
Code: Select all
INSERT INTO `admin_group_permission_tbl` (`admin_group_id`, `security_token`) VALUES (4, 'mailing.linkcheck.deactivate');
OpenEMM Maintainer