-
-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I'm not sure if this follows the opinion of Noticed, but some mailer methods accept both params and arguments. I believe the current email_format
method only really sets the params. So for example, Noticed can't send an email notification to a mailer method like this:
UserMailer.with({ recipient: User.first }).new_comment(comment)
Is this something Noticed should support? If so, I can take a crack at a PR.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request