jorgemanrubia / mailgun_rails

Rails Action Mailer adapter for Mailgun
MIT License
210 stars 70 forks source link

Fails to send email if to: field is missing #64

Closed demonmind closed 6 years ago

demonmind commented 8 years ago

When I send emails with just a bcc: key and no to: key will fail with undefined method formatted for nilClass.

Is there a way around this or should i submit a PR for this?