This commit is contained in:
parent
63d854ffbe
commit
650d61e95f
@ -3,8 +3,8 @@ defmodule Memex.Email do
|
|||||||
Emails that can be sent using Swoosh.
|
Emails that can be sent using Swoosh.
|
||||||
|
|
||||||
You can find the base email templates at
|
You can find the base email templates at
|
||||||
`lib/memex_web/templates/layout/email.html.heex` for html emails and
|
`lib/memex_web/components/layouts/email_html.html.heex` for html emails and
|
||||||
`lib/memex_web/templates/layout/email.txt.heex` for text emails.
|
`lib/memex_web/components/layouts/email_text.txt.eex` for text emails.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import Swoosh.Email
|
import Swoosh.Email
|
||||||
|
Loading…
Reference in New Issue
Block a user