Postman Security
-
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’);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Postman Security’ is closed to new replies.