Skip to content

Commit 8c02f79

Browse files
Update bulk_email.py
1 parent 2663770 commit 8c02f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/Bulk Email Sender/bulk_email.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import os
1010

1111
# ---------------- Streamlit Page Config ----------------
12-
st.set_page_config(page_title="📧 Bulk Email Pro+ Dashboard", page_icon="📨", layout="centered")
13-
st.title("📨 Bulk Email Sender — Pro+ Edition")
12+
st.set_page_config(page_title="📧 Bulk Email Dashboard", page_icon="📨", layout="centered")
13+
st.title("📨 Bulk Email Sender")
1414
st.caption("Send personalized bulk emails with live logs, attachments, and custom names")
1515

1616
st.markdown("---")

0 commit comments

Comments
 (0)