spree-contrib / spree_mail_settings

Mail setting functionality extracted from Spree.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
28 stars 152 forks source link

Test emails are not delivered and always return an error #8

Closed jtgeibel closed 9 years ago

jtgeibel commented 9 years ago

The API for Spree::TestMailer.test_email changed in 4.2.0.rc1. From spree/spree@6518e338 it looks like the function previously accpeted either a user object or a user ID. Now, the email address should be passed.

I believe this affects the master, 3-0-stable, and 2-4-stable branches.

futhr commented 9 years ago

Thank you @jtgeibel for supply the actual reference concerning this, it has been applied to 2-4-stable and master branch.