Hi, when I try to send email with mail merge, I obtain the error message that you can see after my signature.
I tried with several email account, with no luck. I’m using LibreOffice Version: 6.2.8.2 Build ID: 6.2.8.2-2.fc30.
I’m sure that I have set the username and password correctly. What is weird, is that the “test setting” button says that settings are ok, even if it remains hang on:
What is wrong?
If the “test settings” says that it is ok, why I get “authetication required” error?
Thanks
M
<class ‘smtplib.SMTPSenderRefused’>: (550, b’Authentication Required [smtp-33.iol.local; LIB_401]’, ‘<my_email_address>’), traceback follows
File “/usr/lib64/libreoffice/program/mailmerge.py”, line 288, in sendMailMessage
self.server.sendmail(sendermail, truerecipients, msg.as_string())
File “/usr/lib64/python3.7/smtplib.py”, line 867, in sendmail
raise SMTPSenderRefused(code, resp, from_addr)