Spaces:
Sleeping
Sleeping
π update email subject default
Browse filesSigned-off-by: peter szemraj <[email protected]>
utils.py
CHANGED
@@ -104,7 +104,7 @@ def make_email_link(
|
|
104 |
|
105 |
def make_mailto_form(
|
106 |
body: str = None,
|
107 |
-
subject: str = "This email was generated by Postbot
|
108 |
cc_email: str = "",
|
109 |
):
|
110 |
"""Returns a mailto link with the given parameters"""
|
|
|
104 |
|
105 |
def make_mailto_form(
|
106 |
body: str = None,
|
107 |
+
subject: str = "This email was generated by Postbot! tiny.cc/postbot-demo",
|
108 |
cc_email: str = "",
|
109 |
):
|
110 |
"""Returns a mailto link with the given parameters"""
|