OhmysmtpClient.send_email
You're seeing just the function
send_email
, go back to OhmysmtpClient module for more information.
Link to this function
send_email(email_send_request)
Send Email
Examples
iex> OhmysmtpClient.send_email(%OhmysmtpClient.EmailSendRequest{
from: "elixir@example.com",
subject: "Test",
textbody: "from elixir",
to: "hex@example.com"
})
:ok