Commit Graph

242 Commits

Author SHA1 Message Date
KM Koushik
3fe96b477f add batch email api (#149)
* add bulk email

* add bulk email api

* add batch email sdk changes
2025-04-19 21:45:17 +10:00
KM Koushik
70026cb11d domain apis (#146)
* fix: create domain api

* add domain apis

* fix url

---------

Co-authored-by: harshsbhat <harsh121102@gmail.com>
2025-04-05 06:48:03 +11:00
KM Koushik
43600419cb join team should be authenticated (#144) 2025-04-02 20:59:20 +11:00
KM Koushik
692b8d026c fix smtp settings not fetched from env (#143) 2025-04-02 20:52:40 +11:00
KM Koushik
d0780290b0 allow text to be nullable (#142) 2025-03-31 23:25:03 +11:00
KMKoushik
d107d59dfd change smtp env to server env 2025-03-31 23:18:01 +11:00
Sidharth Babu
5cf5022aed refactor: dynamic SMTP for self host (#138)
Co-authored-by: KM Koushik <koushikmohan1996@gmail.com>
2025-03-29 14:40:25 +11:00
Sidharth Babu
521511f86f refactor: shows 0 instead of nan for new users (#140) 2025-03-29 14:37:02 +11:00
KMKoushik
bed8e31f51 show copy invitation for self-hosted alone 2025-03-29 01:19:17 +11:00
KMKoushik
72a650c3ab fix build 2025-03-29 01:12:19 +11:00
KM Koushik
f1186f875c enable teams for self-hosted (#137)
* enable teams for self-hosted

* remove console
2025-03-29 00:56:06 +11:00
KMKoushik
1b6676c1b1 do not block verify button 2025-03-28 21:38:04 +11:00
KM Koushik
1d863f699a fix package url 2025-03-28 14:14:38 +11:00
KMKoushik
8e8053a231 fix monthly usage query 2025-03-27 22:38:39 +11:00
KMKoushik
f60eefb797 use right billing period for billing usage 2025-03-27 22:31:41 +11:00
KM Koushik
c7b4200db3 use available credit chart and right billing period (#135) 2025-03-27 22:20:46 +11:00
KMKoushik
b077906c78 set beta user if invites available 2025-03-26 22:16:16 +11:00
KM Koushik
1ed5c8009f add team management (#131)
* add team management

* add more team management

* add join team page
2025-03-26 22:02:49 +11:00
Tommy Lundy
f8113e64b5 Marketing: Homepage design (#128)
* homepage

* Update page.tsx
2025-03-25 18:13:20 +11:00
Harsh Shrikant Bhat
62b67458b3 fix: create api key button (#123) 2025-03-24 08:35:08 +11:00
KMKoushik
efe36248a6 add go community package 2025-03-23 18:25:03 +11:00
KMKoushik
eb1f8e4fe6 fix docker build error 2025-03-23 12:59:32 +11:00
KMKoushik
3eef910544 update nextjs version 2025-03-23 12:33:53 +11:00
KMKoushik
9c9b7616c1 add domain copy to pricing features 2025-03-23 09:32:00 +11:00
KMKoushik
66a9b73269 fix usage value 2025-03-23 08:47:11 +11:00
KMKoushik
2d90f08b42 hide admin button for cloud 2025-03-23 08:23:02 +11:00
KM Koushik
403ad8b93e add stripe (#121)
* add some stripe stuff

* more stripe stuff

* more stripe things

* more stripr stuff

* more stripe stuff

* more stripe stuff

* add more stuff

* add more stripe stuff

* more stuff

* fix types
2025-03-23 07:06:56 +11:00
KM Koushik
ecd28428d2 dockerize smtp-proxy (#118) 2025-03-20 21:56:12 +11:00
KMKoushik
5465e2ec74 bulk unsub on complaint and bounce 2025-03-19 23:45:40 +11:00
KMKoushik
aec7bbb6f1 add X-Entity-Ref-ID 2025-03-19 22:53:19 +11:00
KM Koushik
bfacb1be4b add full logo 2025-03-18 22:07:14 +11:00
KM Koushik
07e2641c7b add full logo 2025-03-18 22:06:32 +11:00
KMKoushik
2ddafe26b2 fix docker build 2025-03-18 21:51:38 +11:00
KM Koushik
0fc27d8d7e auto unsubscribe on bounce and compaints (#117)
* auto unsubscribe on bounce and compaints

* console
2025-03-18 00:25:11 +11:00
KM Koushik
0a1d93ac60 make dev setup better (#116)
* make dev setup better

* chage docs

* remove the need of github login
2025-03-17 21:33:43 +11:00
KMKoushik
8b9d81ab2a fix filter stuff 2025-03-08 23:05:28 +11:00
KMKoushik
48395915f0 add sdk changes 2025-03-08 23:05:28 +11:00
Suraj
1c7d2a85a0 Feature/filter in email by domain id and api (#108)
* feat: filter by domainId

* feat: filter on apikey in email

* Update pnpm-lock.yaml

---------

Co-authored-by: KM Koushik <koushikmohan1996@gmail.com>
2025-03-08 23:05:28 +11:00
Arxk
9c5da6dca6 Added transaction to creating an SES setting & upgraded to Prisma ORM 6 (#109)
* Added transaction to creating SES setting & upgraded Prisma to Prisma ORM 6

* Keep logging of the queue status in

---------

Co-authored-by: Kumarion <121711454+Kumarion@users.noreply.github.com>
2025-03-08 23:05:28 +11:00
KMKoushik
d7239d6616 fix url variable not working 2025-03-08 23:05:28 +11:00
Ganapathy S
90f9d30cce fix: template routing (#115) 2025-03-08 23:05:28 +11:00
Ganapathy S
38314a35dc feat: add templates for transactional emails (#103)
* add template migration & router

* template CRUD

* templated transactional emails API

* zod schema fix & rearranging template columns
2025-03-08 23:05:28 +11:00
Josh Tomaino
1c2417df2f Prevent getQuotaForRegion when region undefined (#107)
* Remove unused imports

* Prevent error occurring when getQuotaForRegion is called with region undefined

---------

Co-authored-by: Josh Tomaino <josh@cloverleaf.me>
2025-02-11 19:43:49 +11:00
KM Koushik
d497c29eba process camapign emails in queue (#104)
* process camapign emails in queue

* remove validity

* add bulk queue

* fix typo
2025-02-08 21:34:48 +11:00
KM Koushik
de85dde705 update dkim to have smaller key (#105) 2025-02-08 20:03:06 +11:00
KMKoushik
adf3c19074 fix build 2025-02-06 23:59:35 +11:00
KM Koushik
3111af51fc add search for contact book (#100) 2025-02-06 23:36:12 +11:00
KMKoushik
23624dee0a add team filter 2025-02-06 00:51:55 +11:00
KM Koushik
b9d9037ec7 get contacts from emailid,ids (#99) 2025-02-06 00:27:03 +11:00
KM Koushik
d224be07a2 add contact search (#98) 2025-02-03 22:41:34 +11:00