diff --git a/app/modules/utils/email_helper.py b/app/modules/utils/email_helper.py index 2fde2980..d94962f4 100644 --- a/app/modules/utils/email_helper.py +++ b/app/modules/utils/email_helper.py @@ -24,14 +24,21 @@ async def send_email(self, to_address, repo_name, branch_name): "subject": f"Your repository {repo_name} is ready! 🥧", "reply_to": "dhiren@potpie.ai", "html": f""" -

Hi!

-

Your repository {repo_name} at branch {branch_name} has been processed successfully.

-

You can use any of Potpie's ready-to-use agents to chat with it at: - https://app.potpie.ai/newchat. -

-

Please refer this document to get started: Potpie User Guide

-

Feel free to reply to this email if you have any questions.

-

Thanks,
Dhiren Mathur,
Co-Founder, Potpie 🥧

+

Hi!

+ +

Great news! Your repository {repo_name} (branch: {branch_name}) has been successfully processed.

+ +

Ready to get started? You can now chat with your repository using our AI agents at app.potpie.ai.

+ +

Check out our documentation to make the most of Potpie's features.

+ +

Have questions? Just reply to this email - we're here to help!

+ +

Best,
+Dhiren Mathur
+Co-Founder, Potpie 🥧

+ +

P.S. Love Potpie? Give us a ⭐ on GitHub! And don't hesitate to open an issue if you run into any problems.

""", }