Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending group email to all contact addresses #1286

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

rezaei92
Copy link

@rezaei92 rezaei92 commented Oct 17, 2023

Hello
I have implemented modifications to the Contacts section, enabling users to choose between sending an email to all addresses or only the first one.

So this feature provided sending email to group of users that it is very important for Organizations, and considering that most organizations require the ability to send group emails as discussed in issue #797 and #649, So it seems that better to been added this feature in general.

Also, this matter has been crucial for our migration plan to Snappymail, because previously I've been created this feature in Rainloop, which facilitated sending group emails.

Thanks.

@the-djmaze
Copy link
Owner

<lable> is not the correct HTML. Can you fix that?

In the CSS you changed to input[type='text'], textarea {
Could you use input:not([type='checkbox']), textarea {

And why the change in ComposePopupView?
Is there a problem/bug?

@rezaei92
Copy link
Author

Thanks for your suggestions, I've fixed it.

There are no bugs in ComposePopupView, but we have no choice other than to modify it.
To send group mails, The format of "this.to()" value must be modified, but some parts of the system are dependent on this global variable, so changing this can cause problems in other sections, such as displaying email's nickname, etc.

Therefor, I think we should modify the format after the user click on the send button.

@the-djmaze the-djmaze merged commit 65d469f into the-djmaze:master Dec 11, 2023
the-djmaze pushed a commit that referenced this pull request Dec 11, 2023
@the-djmaze the-djmaze added the enhancement New feature or request label Dec 26, 2023
@BiglifeMatt
Copy link

I can get the Groups from my LDAP server but I cannot get groups from Nextcloud (created by individual users) to show up in the autocomplete when addressing a new email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants