R
R
rasul2662021-02-22 19:23:52
1C-Bitrix
rasul266, 2021-02-22 19:23:52

Why mail is not sent from VmBitrix?

The following error appears in the console: "msmtp: the server sent an empty reply
msmtp: could not send mail (account default from /etc/msmtprc)"

configuration file:

# smtp account configuration default
account default
logfile /home/bitrix/msmtp_default.log
host smtp.gmail.com
port 465
from ****************@gmail.com
keepbcc off
auth on
user ***************** **@gmail.com
password ***********

tls on
tls_starttls on
tls_certcheck off

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Edward, 2021-02-23
@Drayde

Try the following config:

account default
logfile /home/bitrix/msmtp_default.log
host smtp.gmail.com
port 587
from [email protected]
auth on
user [email protected]
password password
tls on
tls_starttls on
tls_certcheck off
keepbcc on

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question