Replies: 5 comments 1 reply
-
This is not an answer, but a follow up to my original question. I have made various changes to my app, and the above error does not occur, but now I get the following: 2025-02-06 10:04:31,351: Initialising Email OAuth 2.0 Proxy (version 2025-02-04) from config file C:\emailproxy\emailproxy.config I am very new to this, so there may be a very simple answer. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Thank you Simon. However, I am now back to the position detailed in my original post - i.e. Certificate problem. Again, as per my intial query, I do not see the menu bar/taskbar icon, hence I am unable to login using my email address and password. I have now loaded an earlier version of Python (3.13 rather than 3.13.2), as per your suggestion re Pythonnet - but still no pop up. Should I go back further? Thanks again. Regards, P.S. Nice to see these developments in the UK. |
Beta Was this translation helpful? Give feedback.
-
Further info:
2025-02-08 12:25:51: Initialising Email OAuth 2.0 Proxy (version 2025-02-04) from config file C:\emailproxy\emailproxy.config Also, I have looked at Issue 14, but I don't see Certificates.command anywhere - perhaps just a Mac fix. Thanks, |
Beta Was this translation helpful? Give feedback.
-
One further point: Geoff |
Beta Was this translation helpful? Give feedback.
-
I think that this may have a bearing on my problem: The article is headed: Python 3.13 has broken email delivery due to an SSL change. Regards, |
Beta Was this translation helpful? Give feedback.
-
I've just set up emailproxy on my Windows 11 computer.

Installation was fine but I get the error message as per the title.
The full window is shown below (I hope I've done that correctly!):
Also the relevant details from the config file (I'm using SMTP to Office 365) are:
[SMTP-1587]
documentation = *** note: this server will work for both Office 365 and personal Outlook/Hotmail accounts ***
server_address = smtp-mail.outlook.com
server_port = 587
server_starttls = True
local_address = 127.0.0.1
and
[[email protected]]
permission_url = https://login.microsoftonline.com/common/oauth2/v2.0/authorize
token_url = https://login.microsoftonline.com/common/oauth2/v2.0/token
oauth2_scope = https://outlook.office.com/IMAP.AccessAsUser.All https://outlook.office.com/POP.AccessAsUser.All https://outlook.office.com/SMTP.Send offline_access
redirect_uri = http://localhost
client_id = my client id
Also, I don't get a menu bar/taskbar icon.
I'm totally new to Python, but I think that the installationn is fine.
It looks like there are issues with the certificate.
Thanks,
Geoff
Beta Was this translation helpful? Give feedback.
All reactions