Skip to content

Commit

Permalink
feat: select mailjet sender address (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Aug 23, 2023
1 parent 81518f0 commit 6a0094c
Show file tree
Hide file tree
Showing 18 changed files with 1,480 additions and 1,261 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-donuts-talk.md
@@ -0,0 +1,5 @@
---
'@sigle/server': minor
---

Add routes to change the sender address where emails are sent from.
5 changes: 5 additions & 0 deletions .changeset/rude-apples-shave.md
@@ -0,0 +1,5 @@
---
'@sigle/app': minor
---

Add ability to select the sender address where emails are sent from.
2 changes: 1 addition & 1 deletion apps/sigle-next/package.json
Expand Up @@ -80,7 +80,7 @@
"micro-stacks": "1.2.1",
"nanoid": "3.3.3",
"next": "13.4.5",
"next-auth": "4.22.1",
"next-auth": "4.23.1",
"next-themes": "0.2.0",
"posthog-js": "1.67.1",
"posthog-node": "3.1.1",
Expand Down

3 comments on commit 6a0094c

@vercel
Copy link

@vercel vercel bot commented on 6a0094c Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sigle – ./sigle

sigle-git-main-sigle.vercel.app
sigle.vercel.app
app.sigle.io
sigle-sigle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6a0094c Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sigle-design – ./apps/sigle-next

sigle-design-sigle.vercel.app
sigle-design.vercel.app
sigle-design-git-main-sigle.vercel.app
design.sigle.io

@vercel
Copy link

@vercel vercel bot commented on 6a0094c Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sigle-next – ./apps/sigle-next

sigle-next-git-main-sigle.vercel.app
sigle-sigle-next.vercel.app
next.sigle.io
sigle-next-sigle.vercel.app

Please sign in to comment.