alexgaribay / sendgrid_elixir

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

Add put_header function #7

Closed overallduka closed 8 years ago

overallduka commented 8 years ago

I just added the function put_header to plugin.

Email.put_header(%Email{}, "HEADER_KEY", "HEADER_VALUE")

alexgaribay commented 8 years ago

Before I accept this merge, can you can a couple test cases in test/email_test.exs to test this function?

overallduka commented 8 years ago

Sure, i rename the function and test case is added.