Invalid Link on Send Mailing page

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Invalid Link on Send Mailing page

Post by maschoff »

If OpenEMM runs into a timeout when trying to validate a link the link will be labeled as invalid as well.
OpenEMM Maintainer
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Invalid Link on Send Mailing page

Post 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).
OpenEMM Maintainer
Post Reply