• Hi,

    Does your awesome plugin have support for a Constant to disable sending out emails?

    I want to make sure it does NOT send out any emails in development environments, e.g.:

    define( 'EASYWPSMTP_DO_NOT_SEND', true );

    Looking forward to your reply and keep rockin’ with this awesome plug.

    Kind regards
    Erik

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Erik, have you considered to simply disable the plugin instead?

    Regards

    Thread Starter Erik Molenaar

    (@erikmolenaar)

    Hi @mbrsolution,

    I usually use these kind of disabling constants to nake 100% sure primary functions get disabled on (development) environments outside production.

    For small websites simply disabling a plugin works, but for high traffic and AAAA sites using a disabling constant is a lot safer making sure emails NEVER get sent outside the production environment.

    This is both to prevent human error (forgot to disable the plugin) and making sure no emails get send out before disabling the plugin when programmatically setting up an development environment.

    So to cut things short, for high traffic sites a constant to disable would be AWESOME!

    Thanks for listening!

    Hi,

    I understand what you mean. I have submitted a message to the developers to investigate further your request.

    Thank you

    It doesn’t have that unfortunately.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable using a Constant’ is closed to new replies.