As per title, does anybody have an example of adding gmail to the nextcloud email app?
I’ve searched, but none of the exmples work for me. All latest versions.
TIA
As per title, does anybody have an example of adding gmail to the nextcloud email app?
I’ve searched, but none of the exmples work for me. All latest versions.
TIA
Did you allow your gmail account to use the less secure protocols (“in its opinion”)?
There was a bug but fixed in mail app v0.11.0
Thanks @saitobenkei, yes did all the recommendations/suggestions e.g. less secure apps and disable occasional capatcha, still no luck. (Authentication denied)
Thanks @dnutan, I am using all the latest. mail app is at v0.11.0
Maybe I need to move my quest to the nextcloud community.
What is the message? Could not reach server or wrong credentials?
That one
Perhaps you have to create an app-password at google and use this.
https://myaccount.google.com/apppasswords
Tip is from here:
That looks promising. Will try later today.
Too bad, following the link I get a Google notification on screen:
The setting you are looking for is not available for your account.
I’ve done a test, hope it helps.
Login to your Gmail account
Go to Settings -> Forwarding and POP/IMAP: Enable IMAP, and Save settings
If you use 2-Step-Verification, generate and app password:
3.1. Select the app and device you want to generate the app password for:
On Nextcloud, open Mail app and add mail account providing your credentials: Name, Mail Address, (app) Password.
If autoconfiguration fails, try with Manual configuration (see Use IMAP to check Gmail on other email clients). Example:
example@gmail.com
imap.gmail.com
example@gmail.com
smtp.gmail.com
example@gmail.com
Notes: I’ve tested with an account using 2-Step-Verification and generated the 16- character App Password, without spaces. No further troubleshooting steps were required.
Troubleshooting:
'debug' => true,
'loglevel' => 0,
furhter logging can be obtained (horde_imap.log, horde_smtp.log) adding:
'app.mail.imaplog.enabled' => true,
'app.mail.smtplog.enabled' => true,
'app.mail.imap.timeout' => 30,
'app.mail.smtp.timeout' => 30,
@dnutan, this did the trick for me! Again, thanks for your time and effort, and I hope it will help others.
-HF