Skip to content

Commit b0d529d

Browse files
authored
Merge pull request #288 from georgiybykov/email_address_with_name-params-order
Change params order for email_address_with_name method
2 parents d4ecda2 + 400e071 commit b0d529d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ If you're using Rails 6.1 or higher, you can use the `email_address_with_name` m
14381438
[source,ruby]
14391439
----
14401440
# in your mailer class
1441-
default from: email_address_with_name('Your Name', 'info@your_site.com')
1441+
default from: email_address_with_name('info@your_site.com', 'Your Name')
14421442
----
14431443

14441444
=== Delivery Method Test [[delivery-method-test]]

0 commit comments

Comments
 (0)