mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
Merge pull request #1286 from rezaei92/master
Sending group email to all contact addresses
This commit is contained in:
commit
65d469f71a
5 changed files with 42 additions and 3 deletions
|
|
@ -209,7 +209,8 @@
|
|||
"ADD_MENU_BIRTHDAY": "Birthday",
|
||||
"ADD_MENU_TAGS": "Tags",
|
||||
"BUTTON_SHARE_ALL": "Everyone",
|
||||
"BUTTON_SYNC": "Synchronization (CardDAV)"
|
||||
"BUTTON_SYNC": "Synchronization (CardDAV)",
|
||||
"SEND_TO_ALL_CONTACT_EMAILS": "Send to all contact emails"
|
||||
},
|
||||
"COMPOSE": {
|
||||
"LINK_SHOW_INPUTS": "show all fields",
|
||||
|
|
|
|||
|
|
@ -134,6 +134,11 @@
|
|||
<div class="control-group" data-bind="email().length">
|
||||
<label class="fontastic iconsize24" data-i18n="[title]GLOBAL/EMAIL">@</label>
|
||||
<div>
|
||||
<div id="send-to-all" class="property-line" data-bind="visible: sendToAllDisplayStatus()">
|
||||
<input type="checkbox" data-bind="checked: sendToAll, css: sendToAllDefaultValue()">
|
||||
<span data-i18n="CONTACTS/SEND_TO_ALL_CONTACT_EMAILS"></span>
|
||||
</div>
|
||||
|
||||
<div data-bind="foreach: email">
|
||||
<div class="property-line">
|
||||
<span data-bind="text: value"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue