SMTP not work #5634
ms-turan
started this conversation in
Installation & Configuration
SMTP not work
#5634
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
define('MAIL_CONFIGURATION', true);
define('MAIL_FROM', '@.com');
define('MAIL_BCC', '');
define('MAIL_TRANSPORT', 'smtp');
define('MAIL_SMTP_HOSTNAME', 'smtp.g******.');
define('MAIL_SMTP_PORT', 578);
define('MAIL_SMTP_USERNAME', '@.com');
define('MAIL_SMTP_PASSWORD', '**********');
define('MAIL_SMTP_HELO_NAME', null);
define('MAIL_SMTP_ENCRYPTION', 'tls');
The e-mail is not sent in the codes I have edited above, where am I making a mistake? There is no problem with online testing tools.
Beta Was this translation helpful? Give feedback.
All reactions