Wow, having moved to zoho last night I am immediately regretting this. Things are just so hidden away and abstracted. How many settings panels do you actually need?
Something really simple like setting up msmtp to send emails is so frustrating with this product. Other providers it's been a breeze.
I am wanting to setup msmtp & mutt to send emails from the command line. From a zoho backed email address (alerts AT mattbe.me).
msmtprc config:
account default
host smtp.zoho.com
port 465
user alerts@mattbe.me
from alerts@mattbe.me
password notmuchpatienceleftinthetank
tls on
tls_starttls off
tls_certcheck off
I keep getting the error:
msmtp: envelope from address alerts@mattbe.me not accepted by the server
msmtp: server message: 530 5.5.1 Authentication Required.
msmtp: could not send mail (account default from /root/.msmtprc)
Any help please? your docs suggest 'send mail as' but doesn't say what to set and it looks all set to my novice eyes.