Skip to content

Commit 9b776c1

Browse files
committed
build: remove ht_email_inmemory, add ht_email_sendgrid
- Replaced in-memory email client. - Added SendGrid email client. - Updated pubspec.yaml dependencies.
1 parent 15246d8 commit 9b776c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ dependencies:
2222
ht_email_client:
2323
git:
2424
url: https://github.com/headlines-toolkit/ht-email-client.git
25-
ht_email_inmemory:
26-
git:
27-
url: https://github.com/headlines-toolkit/ht-email-inmemory.git
2825
ht_email_repository:
2926
git:
3027
url: https://github.com/headlines-toolkit/ht-email-repository.git
28+
ht_email_sendgrid:
29+
git:
30+
url: https://github.com/headlines-toolkit/ht-email-sendgrid.git
3131
ht_http_client:
3232
git:
3333
url: https://github.com/headlines-toolkit/ht-http-client.git

0 commit comments

Comments
 (0)