• john

    (@pawansaini312)


    after send a mail, my ip always getting blocked
    so i dont have any idea
    hosting provider telling me that your ip getting blocked because of spam mail
    and they tell that try to use “captcha” for solve the problem
    how to do this i dont have any ideas

    https://ww.wp.xz.cn/plugins/email-users/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    This is an issue with your hosting provider. Email Users make use of the WordPress’ wp_mail() API function which in turns utilizes your web server’s PHP to email interface.

    If your hosting provider imposes some limits on outgoing email, you may be able to set up Email Users to honor them. For example, if your hosting provider limits the number of addresses which can appear in the BCC field, there is a setting in Email Users to limit the BCC field to a specific number of addresses.

    If your hosting provider limits the number of outgoing email messages per hour or day, then you’ll have to manually schedule your messages as Email Users does not provide any sort of queuing mechanism to schedule mail.

    You may also want to look into an SMTP plugin which would allow you to configure WordPress to overload wp_mail() with valid SMTP credentials for outgoing mail. Doing this is fairly common for many hosting providers and Email Users works well with a number of the SMTP plugins.

    I have no idea why your hosting provider advised you to use a CAPTCHA solution, that doesn’t make any sense at all.

    Thread Starter john

    (@pawansaini312)

    ok, thanks
    i will try to ask hosting provider

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘blocked ip’ is closed to new replies.