alexgaribay / sendgrid_elixir

Create and send composable emails with Elixir and SendGrid.
MIT License
86 stars 44 forks source link

Support for the 'fromname' setting for the email #10

Closed luki3k5 closed 7 years ago

luki3k5 commented 7 years ago

It would be great if the package would have function 'put_from_name' which would allow to set actual name of the sender.

https://sendgrid.com/docs/API_Reference/Web_API/mail.html

alexgaribay commented 7 years ago

It already does. https://hexdocs.pm/sendgrid/SendGrid.Email.html#put_from/3