E-mail transmission works well, but the e-mail is received as a sent e-mail.
When registering as a developer, I registered email address as xxx@gmail.com.
I reported the issue to the developer, but the email was not sent to xxx@gmail.com, but was received to the sending email address, directed@gmail.com.
All emails are always sent to directed@gmail.com.
Please help me.
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.gmail.com';
$g_smtp_username = 'directed@gmail.com';
$g_smtp_password = '';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = 587;
$g_enable_email_notification=ON;
Email Problem
Moderators: Developer, Contributor