We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b0250 commit 15f1a0aCopy full SHA for 15f1a0a
examples/email_template.rb
@@ -21,7 +21,7 @@
21
client.send(
22
from: { email: 'mailtrap@example.com', name: 'Mailtrap Test' },
23
to: [
24
- { email: 'your@email.com' },
+ { email: 'your@email.com' }
25
],
26
template_uuid: '2f45b0aa-bbed-432f-95e4-e145e1965ba2',
27
template_variables: {
examples/full.rb
@@ -64,5 +64,5 @@
64
{ email: 'your@email.com', name: 'Your name' }
65
66
subject: 'You are awesome!',
67
- text: 'Congrats for sending test email with Mailtrap!',
+ text: 'Congrats for sending test email with Mailtrap!'
68
)
0 commit comments