mailex/lib/mailex/email.ex
2015-12-23 19:02:56 +01:00

6 lines
165 B
Elixir

defmodule Mailex.Email do
defstruct subject: nil, from: nil, reply_to: nil, to: nil, cc: nil, bcc: nil, headers: nil, attachments: nil, html: nil, text: nil
end