Email-app sending mails to nextcloud users/groups instead of real email addresses

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 20.0.5): replace me
Operating system and version (eg, Ubuntu 20.04): replace me
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 7.4): replace me

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N):

Steps to replicate it:

The output of your Nextcloud log in Admin > Logging:

PASTE HERE

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

PASTE HERE

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

PASTE HERE


Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

PASTE HERE

Hello there,

I have a slight problem with the Email App. I can receive and send emails with it to ordinary email addresses like mine (e.g. patrick@frischux.de). However, if I try to select a nextcloud user (e.g. Patrick on my instance) as a recipient, where exactly this working email address is configured.
My expectation would be, that the mail app use the configured email address when choosing a nextcloud user name instead of a real email address, is that too naive?
The ultimative goal is to send emails to user groups, obviously this doesn’t work either, allthough the email app allows to select internal users/groups as recipient. The send mail is lying in the outbox folder indefinitely, while ordinary emails going in there temporarily and are removed after successful sending.

Netxcloud version: 24.0.1
Email app version:
thanks for help,
Patrick

It appears to me that the given recipient is directly given to sendmail, so when I choose the nextcloud user “John” as recipient, there will be generated a local mail to the user John at the host system, who usually does not exist there. When I’m typing in names in the input field, matching internal nextcloud names and groups are presented to me, so I’m not supposed to use them ?

The email plugin will offer only the subset of users who actually have an email address as suggested recipients to select from, it doesn’t offer users who do not have an email address. This makes sense since it is an email client, hence the recipient must actually have an email address in order to send to. If you fill in an incomplete email address, it will obviously fail to send.

If you’re trying to find a way to communicate internally between nextcloud users, then what you are looking for is called “Talk”.