Email Problem

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
daniel42
Posts: 1
Joined: 26 Jun 2024, 09:02

Email Problem

Post by daniel42 »

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;
Post Reply