README.md in mailtrap-2.1.2 vs README.md in mailtrap-2.2.0
- old
+ new
@@ -50,9 +50,10 @@
mail = Mailtrap::Mail::Base.new(
from: { email: 'mailtrap@example.com', name: 'Mailtrap Test' },
to: [
{ email: 'your@email.com' }
],
+ reply_to: { email: 'support@example.com', name: 'Mailtrap Reply-To' },
subject: 'You are awesome!',
text: "Congrats for sending test email with Mailtrap!"
)
# create client and send