Skip to content

Commit

Permalink
Merge branch '0.1.8.4' of https://github.com/twetech/itflow into 0.1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
o-psi committed Feb 15, 2024
2 parents 79157c8 + 570b347 commit 1ffa918
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client_bulk_mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
WHERE contact_client_id = $client_id
AND contact_archived_at IS NULL
AND contact_email != ''
AND ( contact_primary = 1 OR
contact_important = 1 OR
contact_billing = 1 OR
contact_technical = 1 )
ORDER BY contact_primary DESC,
contact_important DESC"
);
Expand All @@ -15,7 +19,7 @@

<div class="card">
<div class="card-header">
<h3 class="card-title mt-2"><i class="fa fa-fw fa-envelope-open mr-2"></i>Bulk Mail</h3>
<h3 class="card-title mt-2"><i class="fa fa-fw fa-envelope-open mr-2"></i>Bulk Mail to Special Contacts</h3>
<div class="card-tools">
<button type="submit" class="btn btn-primary" name="send_bulk_mail_now">
<i class="fas fa-paper-plane mr-2"></i>Send Now
Expand Down

0 comments on commit 1ffa918

Please sign in to comment.