• Resolved Ocio132

    (@ocio132)


    Hello, how can I exclude the plugin, here I cannot receive emails

    /* Bloquear todas las solicitudes HTTP externas */
    define( 'WP_HTTP_BLOCK_EXTERNAL', TRUE );
    /* Dominios no bloqueados por la constante anterior */
    define( 'WP_ACCESSIBLE_HOSTS', 'dominio1.com, dominio2.com' );

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @ocio132 – I’m sorry to hear that you’re having issues with email delivery.?

    When you get a chance, can you please share some more details when you say “exclude plugin”?

    Having said that, to troubleshoot the email delivery issue, you can check that your form notification settings are configured correctly by following our tutorial.

    If your notification settings are correct, the issue is likely because the emails sent from WordPress are not authenticated (unlike emails sent directly from dedicated email service providers). As a result, they are likely to be filtered by the receiving mail server.

    To resolve email delivery issues like this, you can configure a SMTP plugin on your site so that emails are sent as authenticated. We have an article with a list of recommended SMTP options and links to their setup tutorials.

    I hope this helps ??

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @ocio132,

    I’m?Ralden, jumping in here for?Prashant.

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excluide plugin’ is closed to new replies.