• Resolved ARSGeek

    (@chambergeek)


    I’m using Postman SMTP with my Ninja Forms. How secure is Postman STMP if I’m asking a user to input personal private information on my forms?

    Also, I’ve tried using code in wp-config to further secure my authentication password, but it doesn’t seem to be taking affect. The code I used is:

    define( ‘POST_SMTP_AUTH_USERNAME’, ‘email@address’);
    define( ‘POST_SMTP_AUTH_PASSWORD’, ‘password’);

    • This topic was modified 4 years, 1 month ago by ARSGeek.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Tim

    (@tneville)

    Hi @chambergeek,

    It’s not totally clear what you are asking here. Are you referring to the security of your form data when the email is sent in PostSMTP?

    I’m not quite sure what the code you’ve added to wp-config is trying to acheive, can you elaborate?

    Look forward to hearing.

    Kind Regards,
    Tim

    Hi @chambergeek,

    We haven’t heard from you in a while, so I’ll mark this thread as resolved. If you have any further questions please feel free to open a new thread, and link to this one.

    Kind Regards,
    Tim

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