Comment to 'Disposable email domains - How to edit/add e-mail address'
  • Hello,

    Hello, you can add domains to the existing list with the following command:

    INSERT IGNORE INTO `bx_antispam_disposable_email_domains` (`id`, `domain`, `list`) VALUES
    (NULL, 'badmail1.com', 'custom_blacklist'),
    (NULL, 'badmail2.com', 'custom_blacklist'),
    (NULL, 'badmail3.com', 'custom_blacklist');