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
Post a Comment