Greetings, I can receive and send the mails from the Mail Server app option but can't auto send via SMTP. Kindly find the attached error. Thank you.
SMTP Mail Server not working after the latest update
Hello, check your website configuration. If the website and mail server are on the same server, it is recommended to use the intranet address or 127.0.0.1 port 25, and turn off SMTP security.
aaPanel_Kern Hi, current ENV mail configuration
MAIL_MAILER="smtp"
MAIL_HOST="mail.domain.com"
MAIL_PORT="465"
MAIL_USERNAME="info@domain.com"
MAIL_PASSWORD="qwerty"
MAIL_ENCRYPTION="TLS"
MAIL_FROM_ADDRESS="info@domain.com"
MAIL_FROM_NAME="SENDER NAME"
Kindly, how do I configure as you advised earlier? thank you.
- Edited
try:
MAIL_MAILER="smtp"
MAIL_HOST="mail.domain.com"
MAIL_PORT="25"
MAIL_USERNAME=" info@domain.com "
MAIL_PASSWORD="qwerty"
MAIL_ENCRYPTION="None"
MAIL_FROM_ADDRESS=" info@domain.com "
MAIL_FROM_NAME="SENDER NAME"
Hello, the initial ENV configuration worked although I had to include "'verify_peer' => false," under config/mail.php. Thank you
Rayr where do I see this?
aaP_vantasticvp Check under the config folder of your app, and you will find the mail.php file.