Closed Avaq closed 10 years ago
The Mail::body-method has been removed from the class and unit tests that used it now use Mail::text. The constructor now accepts text, html instead of body.
Mail::body
Mail::text
text, html
body
If you can push the changes from your comments, I'll run the unit tests here and give the thumbs up.
Tested it and...
The
Mail::body
-method has been removed from the class and unit tests that used it now useMail::text
. The constructor now acceptstext, html
instead ofbody
.