Hi,
Where is the error I'm doing
$PGV_SMTP_PORT='465'; // new config variable $DB_UTF8_COLLATION=false; // new config variable $PGV_SMTP_ACTIVE=true; // new config variable $PGV_SMTP_HOST='smtp.gmail.com'; // new config variable $PGV_SMTP_HELO='gmail.com'; // new config variable $PGV_SMTP_AUTH=true; // new config variable $PGV_SMTP_AUTH_USER='adem@gmail.com'; // new config variable $PGV_SMTP_AUTH_PASS='1111111111111111'; // new config variable $PGV_SMTP_FROM_NAME='Adem GENÇ'; // new config variable $PGV_SMTP_SSL='ssl'; // new config variable $CONFIGURED=true;
Regards
Adam I'm no expert, but I'm not sure your HELO name s/b be GMAIL. Shouldn't it be a local domain? Perhaps someone using GMAIL will comment. -Stephen
Here's my config.
$PGV_SMTP_PORT='587'; $PGV_SMTP_ACTIVE=true; $PGV_SMTP_HOST='smtp.gmail.com'; $PGV_SMTP_HELO='MY-DOMAIN.org'; $PGV_SMTP_AUTH=true; $PGV_SMTP_AUTH_USER='MY-USER-NAME@gmail.com'; $PGV_SMTP_AUTH_PASS='PASSWORD'; $PGV_SMTP_SSL='tls'; $PGV_SMTP_FROM_NAME='MY-DOMAIN.org';
Log in to post a comment.
Hi,
Where is the error I'm doing
$PGV_SMTP_PORT='465'; // new config variable
$DB_UTF8_COLLATION=false; // new config variable
$PGV_SMTP_ACTIVE=true; // new config variable
$PGV_SMTP_HOST='smtp.gmail.com'; // new config variable
$PGV_SMTP_HELO='gmail.com'; // new config variable
$PGV_SMTP_AUTH=true; // new config variable
$PGV_SMTP_AUTH_USER='adem@gmail.com'; // new config variable
$PGV_SMTP_AUTH_PASS='1111111111111111'; // new config variable
$PGV_SMTP_FROM_NAME='Adem GENÇ'; // new config variable
$PGV_SMTP_SSL='ssl'; // new config variable
$CONFIGURED=true;
Regards
Adam
I'm no expert, but I'm not sure your HELO name s/b be GMAIL. Shouldn't it be a local domain?
Perhaps someone using GMAIL will comment.
-Stephen
Here's my config.