Hi,
I have a script which sends a daily email from a gmail account. It was running without issue for the past few months.
As of yesterday I am getting the following error whenever I try to send the email
smtplib.SMTPAuthenticationError: (534, '5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbt0\n5.7.14 Nf5iHU4zyx5ZW3rFwf2TKdUfRC8D8j8ywHX9TExe13NHK5_XaK68YW13omsI51N7onzZMc\n5.7.14 6DqghiR8GlJFk7gik27RCQUbgFjSKrTtdwy37hkN9j0HIrzoxopRaVpLy7D__MBQPAeh-f\n5.7.14 FjYRaTZMQ9vIlAJtQ14eC3G2VDpOVP1X0PviZKllqjODJqWzNpjn8iR3TPypN7o4EnhDvy\n5.7.14 s1yKKBgzPVGuh41gxnR74oXxDsEo0> Please log in via your web browser and\n5.7.14 then try again.\n5.7.14 Learn more at\n5.7.14 https://support.google.com/mail/answer/78754 x79sm5967992qka.37 - gsmtp')
Allowing less secure apps is enabled for the gmail account.
Do you know what could be causing the error?
Thnak you!