We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a slight difference of the documentation between https://github.com/swoosh/phoenix_swoosh/blob/master/lib/phoenix_swoosh.ex and https://hexdocs.pm/phoenix_swoosh/Phoenix.Swoosh.html in the Sample.UserEmail module. For the hexdoc, an added alias Swoosh.Email is required to compile the snippet succesfully, but which doc is the preferred one?
Sample.UserEmail
alias Swoosh.Email
The text was updated successfully, but these errors were encountered:
Hi @philippneugebauer,
Sorry about this, the code was updated but we didn't push the docs.
I'd recommend going with the new/0 function, it is the preferred way to initialise a new Email struct.
new/0
Sorry, something went wrong.
No branches or pull requests
There is a slight difference of the documentation between https://github.com/swoosh/phoenix_swoosh/blob/master/lib/phoenix_swoosh.ex and https://hexdocs.pm/phoenix_swoosh/Phoenix.Swoosh.html in the
Sample.UserEmail
module.For the hexdoc, an added
alias Swoosh.Email
is required to compile the snippet succesfully, but which doc is the preferred one?The text was updated successfully, but these errors were encountered: