You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f'<a href="{mail_link}"><button>Email Points of Contact</button></a>'
398
405
)
406
+
407
+
st.caption("Please Note: The email addresses are separated with a comma following the RFC 6068 standard. To use this link in Microsoft Outlook, you may need to replace the commas with semicolons or enable commas to be used as the recipient seperator.")
408
+
409
+
withst.expander("Instructions for Microsoft Outlook Comma Seperator"):
410
+
st.write("To enable this feature in Microsoft Outlook, follow these steps:")
411
+
st.write("1. Navigate to File > Options > Mail.")
412
+
st.write("2. Under the Send messages section, there is a checkbox for 'Commas can be used to separate multiple message recipients'.")
413
+
st.write("3. Check this box and click OK.")
414
+
st.write("Now you can use the mailto link in Microsoft Outlook.")
415
+
416
+
st.write("For more information, please refer to [this](https://www.lifewire.com/commas-to-separate-email-recipients-1173680) article.")
0 commit comments