Jun 29 - Update app name, and documents
This commit is contained in:
@@ -269,11 +269,11 @@ def send_reminders():
|
||||
if b.get("solicitation_number"):
|
||||
line += f" — Sol#: {b['solicitation_number']}"
|
||||
lines.append(line)
|
||||
lines.append("\nLog in to Website Checker for full details.")
|
||||
lines.append("\nLog in to Bid Checker for full details.")
|
||||
body = "\n".join(lines)
|
||||
|
||||
try:
|
||||
send_email(recipients, "Website Checker — Upcoming Bid Deadlines", body)
|
||||
send_email(recipients, "Bid Checker — Upcoming Bid Deadlines", body)
|
||||
log_action(user["id"], "BID_REMIND", "bid_tracker", None,
|
||||
f"Bid reminder email sent to {len(recipients)} admin(s), {len(bids)} bid(s) listed.")
|
||||
flash(f"Reminder digest sent to {len(recipients)} recipient(s).", "success")
|
||||
|
||||
Reference in New Issue
Block a user