Commit Graph
100 Commits
Author SHA1 Message Date
KM Koushik f73a1c75ad try to fix creating multiple connections 2025-07-22 17:42:25 +10:00
KM KoushikandGitHub 0bc75e4474 fix: handle potential undefined domain (#178) 2025-06-16 21:48:19 +10:00
KM Koushik 3212613273 fix email input schema 2025-06-10 07:39:50 +10:00
KM KoushikandGitHub 04a3a12d40 docs: add coolify blog link (#169) 2025-06-04 21:00:40 +10:00
KMKoushik 4f5b35868f add cursor environment.json 2025-06-02 12:02:45 +10:00
KM KoushikandGitHub 4957ea822f feat: add list emails api (#167) 2025-06-01 10:07:57 +10:00
KM KoushikandGitHub ae215abf1a fix: use nodemailer to compose email (#166) 2025-05-29 21:19:56 +10:00
KM KoushikandGitHub 15e5327024 feat: add In-Reply-To option (#165) 2025-05-25 20:44:13 +10:00
KMKoushik ff32ff9302 add more logs 2025-05-21 09:44:33 +10:00
KMKoushik 1b4a2a8803 add log to show proper error message 2025-05-21 09:26:44 +10:00
KM KoushikandGitHub 89bf97488e Implement per-team API rate limiting with Redis (#164) 2025-05-19 21:55:10 +10:00
KM KoushikandGitHub 14557a96ac docs: fix node sdk initialization (#163) 2025-05-17 14:13:32 +10:00
KMKoushik e850512f0a allow boolean values for html in bulk email api as well 2025-05-16 23:40:57 +10:00
KMKoushik 09cc1127e8 fix sending true/false in html for email 2025-05-16 23:33:58 +10:00
KMKoushik 44262f4771 fix 2025-05-16 23:25:24 +10:00
KMKoushik f3f81f1b1f allow boolean values in html 2025-05-16 23:17:02 +10:00
KMKoushik 15993785eb see clear logs 2025-05-16 22:56:33 +10:00
KMKoushik bb8d3a4686 fix editor not working properly 2025-05-15 21:40:31 +10:00
KMKoushik 3dcd8a1bcc fix docker build 2025-05-12 07:15:40 +10:00
KMKoushik 589f3280d9 fixed decimals t 2 in charts 2025-05-12 06:48:45 +10:00
KMKoushik 23a4dae6c9 fixed bounce rate 2025-05-11 23:42:15 +10:00
KM KoushikandGitHub b5ebd002e5 add analytics (#162) 2025-05-11 23:34:21 +10:00
KM KoushikandGitHub be7f030d75 add domain filter on dashboard (#161) 2025-05-10 11:12:09 +10:00
KMKoushik a47e524f4c add avatar menu in side bar 2025-05-07 23:05:46 +10:00
KMKoushik 065e0518fb update colors in dashboard 2025-05-07 21:59:44 +10:00
KM KoushikandGitHub b394c78be2 feat: add new theme (#157) 2025-05-06 22:00:50 +10:00
KMKoushik 2de7147cdf fix build 2025-05-02 21:58:38 +10:00
KMKoushik d6e0126f7b fix build 2025-05-02 21:40:28 +10:00
KM KoushikandGitHub d2587aed0d upgrade to next 15 (#151) 2025-05-02 20:49:37 +10:00
KM KoushikandGitHub 6dc6b4d213 only unsub contacts on permanent bounces (#156)
* only unsub on permanent counces

* add hard bounce to email usage

* add hard bounce for campaign

* fix
2025-04-26 09:05:54 +10:00
KM KoushikandGitHub 759e438863 change the order of email status to handle soft bounce (#155) 2025-04-25 23:27:05 +10:00
KMKoushik 6815fdc149 fix broken form validation on emails 2025-04-21 10:53:57 +10:00
KMKoushik c5aa5a5ff0 fix broken form validation on emails 2025-04-21 10:32:20 +10:00
KMKoushik 84de7a1f65 add description for batch api 2025-04-20 07:40:45 +10:00
KMKoushik ef184b13a1 add batch api to docs 2025-04-19 21:54:36 +10:00
KM KoushikandGitHub 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
KMKoushik 44e4f43e66 fix workflow 2025-04-19 15:48:50 +10:00
KMKoushik 9d15883f5d fix workflow 2025-04-19 15:45:11 +10:00
KM KoushikandGitHub cd418d4968 fix workflow 2025-04-19 12:33:43 +10:00
KMKoushik 1e7846a731 update 2025-04-19 12:18:52 +10:00
KMKoushik c70e98f061 update workflow 2025-04-19 12:15:53 +10:00
KMKoushik 00dc22a94a fix publish script 2025-04-19 12:02:53 +10:00
KM KoushikandGitHub 27082a65a3 update @react-email/render version to latest (#148) 2025-04-19 11:19:57 +10:00
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 KoushikandGitHub 43600419cb join team should be authenticated (#144) 2025-04-02 20:59:20 +11:00
KM KoushikandGitHub 692b8d026c fix smtp settings not fetched from env (#143) 2025-04-02 20:52:40 +11:00
KM KoushikandGitHub 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
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 KoushikandGitHub 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 KoushikandGitHub 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 KoushikandGitHub 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 KoushikandGitHub 1ed5c8009f add team management (#131)
* add team management

* add more team management

* add join team page
2025-03-26 22:02:49 +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 KoushikandGitHub 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
KMKoushik 6cfe41cd86 fix smto docker build 2025-03-20 22:47:40 +11:00
KMKoushik 8c998bff74 fix build 2025-03-20 22:18:23 +11:00
KM KoushikandGitHub 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
KMKoushik bc561115a6 update node version 2025-03-18 22:15:19 +11:00
KM KoushikandGitHub bfacb1be4b add full logo 2025-03-18 22:07:14 +11:00
KM KoushikandGitHub 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 KoushikandGitHub 0fc27d8d7e auto unsubscribe on bounce and compaints (#117)
* auto unsubscribe on bounce and compaints

* console
2025-03-18 00:25:11 +11:00
KM KoushikandGitHub 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
KMKoushik d7239d6616 fix url variable not working 2025-03-08 23:05:28 +11:00
KM KoushikandGitHub 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 KoushikandGitHub 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 KoushikandGitHub 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 KoushikandGitHub b9d9037ec7 get contacts from emailid,ids (#99) 2025-02-06 00:27:03 +11:00
KM KoushikandGitHub d224be07a2 add contact search (#98) 2025-02-03 22:41:34 +11:00
KMKoushik 78fc6fe5bb fix daily usage query 2025-02-02 16:03:44 +11:00
KMKoushik 34fe844bdf fix query 2025-02-02 13:46:26 +11:00
KMKoushik 8ae07a5566 fix sent being wrong 2025-02-02 08:27:15 +11:00
KM KoushikandGitHub f60c66acbe feat: add daily email usage (#97)
* add daily email usage

* remove console
2025-02-02 07:57:49 +11:00
KMKoushik a07025422e fix ts error 2025-01-23 07:32:49 +11:00
KM KoushikandGitHub e28c856813 add sponsor (#87) 2024-12-31 08:41:10 +11:00
KMKoushik a8fa1f6c1f add react email docs 2024-12-07 22:14:22 +11:00
KMKoushik 14cd1cbb20 docs: change sandbox warning to new step 2024-11-30 08:27:42 +11:00
KM KoushikandGitHub 5e297ac23a fix rate limit set to default (#83) 2024-11-29 10:47:01 +11:00
KM KoushikandGitHub 9f182e8748 add star history 2024-11-09 07:10:11 +11:00
KMKoushik d3e832605e sent at is more useful now 2024-11-03 10:16:38 +11:00
KM KoushikandGitHub bb0d54188c add email and subject search (#78) 2024-11-03 09:29:37 +11:00
KMKoushik d15495e2c7 fix build 2024-11-02 09:24:01 +11:00
KMKoushik 82b747c033 fixes 2024-11-02 09:00:28 +11:00