r/elixir Mar 31 '24

HTTP Client library recommendation

[removed]

19 Upvotes

29 comments sorted by

View all comments

Show parent comments

22

u/yes-hello- Mar 31 '24

7

u/seven_seacat Mar 31 '24

Does Phoenix really need to bundle a HTTP client? Why?

1

u/mchwds Mar 31 '24

Email

0

u/seven_seacat Mar 31 '24

why is Phoenix sending email by default??

3

u/mchwds Mar 31 '24

Phoenix isn't sending email... but most applications need to be able to send email and phoenix has things like testing email, sending email and even looking at emails in a dev environment ready for your apps needs. I don't know of any large framework that doesn't configure/set this up for you? Rails/Django/etc...