Sending Email without AUTHENTICATION using PHPmailer and Gmail SMTP -


i'm using phpmailer , gmail smtp server email app. question is, possible send email without authentication(without having define username , password in phpmailer config)?

thanks in advance!

no, gmail not let send without authentication. , yes, means need have authentication info available in script. can obfuscate things doing base-64 encoding values not visible plain text.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -