We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am trying to send multiple header values. In a regular actionMailer I can use
headers['X-Header-Tag'] = ['tag1'] headers['X-Header-Tag'] = ['tag2']
Since wupee is doing a merge of headers as a hash, this is not possible.
Mail::Header can be passed as an object from wupee, but there the serialization is not allowing that.
also, the mailer method is expecting a hash https://github.com/sleede/wupee/blob/master/app/mailers/wupee/notifications_mailer.rb#L23
The text was updated successfully, but these errors were encountered:
thanks for the report! you're right, any idea to solve this problem ? I'm not having much time at the moment.
thanks!
Sorry, something went wrong.
No branches or pull requests
Hi,
I am trying to send multiple header values. In a regular actionMailer I can use
Since wupee is doing a merge of headers as a hash, this is not possible.
Mail::Header can be passed as an object from wupee, but there the serialization is not allowing that.
also, the mailer method is expecting a hash
https://github.com/sleede/wupee/blob/master/app/mailers/wupee/notifications_mailer.rb#L23
The text was updated successfully, but these errors were encountered: