You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
418 B

  1. Install python package email-validator: ``sudo pip install email-validator``.
  2. To not allow multiple partners to have the same email address, use the
  3. "Filter duplicate email addresses"/``partner_email_check_filter_duplicates``
  4. setting.
  5. To validate that email addresses are deliverable (that the hostname exists),
  6. use the "Check deliverability of email addresses"/``partner_email_check_check_deliverability``
  7. setting.