pszemraj commited on
Commit
ef9c299
β€’
1 Parent(s): 0db653d

πŸ’„ update email subject default

Browse files

Signed-off-by: peter szemraj <peterszemraj@gmail.com>

Files changed (1) hide show
  1. utils.py +1 -1
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 with AI!",
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"""