deflomu / Roundcube-SMTP-per-Identity-Plugin

Roundcube plugin to setup different SMTP settings per identity
MIT License
43 stars 19 forks source link

auth fails #28

Open ktpx opened 2 years ago

ktpx commented 2 years ago

Not sure why, but this gives failed auth now against gmail. I know the credentials are right. Both this plugin and rc is last version.

ktpx commented 2 years ago

AFter debugging, it seems like the plugin doesnt work, roundcube uses the default SMTP server.

HannesJo0139 commented 2 years ago

Here it works. Are you aware that you have to use a dedicated app password but not your account password? https://support.google.com/accounts/answer/6010255?hl=en

Edit: I just noticed that you may also encounter issue https://github.com/deflomu/Roundcube-SMTP-per-Identity-Plugin/issues/27. For me gmail is working since it is my default mail server.

ktpx commented 2 years ago

Here it works. Are you aware that you have to use a dedicated app password but not your account password? https://support.google.com/accounts/answer/6010255?hl=en

Ah, is that new? Pretty sure it worked with my account password earlier. EDIT: Ah, gotcha..didn't know they disabled "less secure" option.
Edit: I just noticed that you may also encounter issue #27. For me gmail is working since it is my default mail server.

yeah, i believe so, as it shows trying to use default

HannesJo0139 commented 2 years ago

Does my workaround for https://github.com/deflomu/Roundcube-SMTP-per-Identity-Plugin/issues/27 work for you?

ktpx commented 2 years ago

Does my workaround for #27 work for you?

Not gotten around to setting up any app with google yet.

NotActuallyTerry commented 2 years ago

The workaround should work for a Roundcube 1.5.x install, as the fix for 1.6 changed what was overridden. Once the tags sync, could you try using version 1.5?