I want to use mail merge to send mail to more members, while outgoing mail server i am getting problems
i am using my gmail id and wrote smtp.gmail.com as server name and by default it select port as 587.
it shows
LibreOffice could not connect to the outgoing mail server. Check your system’s settings and the settings in LibreOffice. Check the server name, the port and the secure connections settings
<class ‘smtplib.SMTPAuthenticationError’>: (534, b’5.7.9 Application-specific password required. Learn more at\n5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor h3sm1312560pjz.23 - gsmtp’), traceback follows
File “C:\Program Files\LibreOffice\program\mailmerge.py”, line 135, in connect
self.server.login(user, password)
File “C:\Program Files\LibreOffice\program\python-core-3.7.7\lib\smtplib.py”, line 730, in login
raise last_exception
File “C:\Program Files\LibreOffice\program\python-core-3.7.7\lib\smtplib.py”, line 721, in login
initial_response_ok=initial_response_ok)
File “C:\Program Files\LibreOffice\program\python-core-3.7.7\lib\smtplib.py”, line 642, in auth
raise SMTPAuthenticationError(code, resp)
Please provide solution as early as possible.