Hromadná korespondence

Ahoj, nejde mi odeslat hromadná korespondence, hodí to tuto hlášku. Poradí mi někdo?
Dík

<class ‘smtplib.SMTPSenderRefused’>: (550, ‘5.7.1 Not authenticated, please use AUTH first.’, u’kolie.zlin@seznam.cz’), traceback follows
C:\Program Files (x86)\OpenOffice 4\program\python-core-2.7.18\lib\smtplib.py:737 in function sendmail() [raise SMTPSenderRefused(code, resp, from_addr)]
C:\Program Files (x86)\OpenOffice 4\program\mailmerge.py:267 in function sendMailMessage() [self.server.sendmail(sendermail, truerecipients, msg.as_string())]

Podle výpisu používáte OpenOffice?

Zkoušel jsem to i v LibreOffice

<class ‘smtplib.SMTPSenderRefused’>: (550, b’5.7.1 Not authenticated, please use AUTH first.’, ‘kolie.zlin@seznam.cz’), traceback follows

File “C:\Program Files\LibreOffice\program\mailmerge.py”, line 262, in sendMailMessage

self.server.sendmail(sendermail, truerecipients, msg.as_string())

File “C:\Program Files\LibreOffice\program\python-core-3.8.12\lib\smtplib.py”, line 885, in sendmail

raise SMTPSenderRefused(code, resp, from_addr)

Máte nastavenou autentizaci v Nástroje/ Možnosti?

https://help.libreoffice.org/3.5/Common/Server_Authentication/cs

Mám, zkoušel jsem to bez autentizace i z autentizací. Výsledek stejný.

viz help seznamu, Not authenticated, please use AUTH first | Seznam Nápověda

Zkuste to správně nastavit v Nástroje-Možnosti-Writer-Hromadné rozesílání e-mailů, vyplnit údaje o uživateli, adresu a tlačítko autentizace serverů

Zkoušel jsem pro seznamácký e-mail, test prošel:



hromadnaKore03

Uživatelské jméno = e-mailová adresa.
Version: 7.3.5.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: cs-CZ
Ubuntu package version: 1:7.3.5-0ubuntu0.22.04.1
Calc: threaded

zkouším a nic

capture_004_23082022_113850

capture_002_23082022_113806

capture_005_23082022_113941

capture_006_23082022_113953

Zkoušel jsem odeslat e-maily přes hromadnou korespondenci a ve verzi 7.3 jsem narazil na bug https://bugs.documentfoundation.org/show_bug.cgi?id=144337. Vyzkoušel jsem to tedy ve vývojové verzi a tam to funguje bez problémů, e-maily se odeslaly.
U vás je trochu jiný problém s autentizací. Vyzkoušejte změnit port na 587 a deaktivovat antivir.

telnet smtp.seznam.cz 465
Trying 77.75.78.48…
Connected to smtp.seznam.cz.
Escape character is ‘^]’.

telnet smtp.seznam.cz 587
Trying 77.75.76.48…
Connected to smtp.seznam.cz.
Escape character is ‘^]’.
220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO

Díky, pomohl změnit ten port.