mailer
mailer copied to clipboard
Mail for Ruby applications
We've tested your project with an updated dependency and the build failed. This version is either within the version range you specified or you haven't specified a version/range. To be...
We've tested your project with an updated dependency and the build failed. This version is either within the version range you specified or you haven't specified a version/range. To be...
We were waiting for the `mail` gem to merge a pull request and release a new version which has been done in version 2.8.1. This version has since February been...
Hey @jodosha , a new hanami-mailer release for hanami 2.x would be appreciated. hanami-mailer 1.3.x depends on hanami-utils 1.3 ```warning Could not find compatible versions Because hanami >= 2.0.0 depends...
When using hanami/mailer with Amazon SES, this raises `Net::SMTPFatalError (554 Transaction failed: Empty address)` because of the empty Return-Path header. Hanami::Mailer.new seems to set nil to Return-Path and send an...
In the context of Hanami app: Let's say we have `my_app/config/environment.rb` configured like this: ```ruby module Foo def self.included(klass) puts 'Foo was included' end end Hanami.configure do mount Web::Application, at:...
also discussed in the chat i have this mailer: ```ruby # locals: tempfile, client_contact_email, test_mail module Mailers class Invoice include Hanami::Mailer from '' to :recipient subject :subject def prepare Hanami.logger.debug...
Hello! I'm trying to add hanami-mailer to my project, however I seem to have found a bug. When I try to deliver email I get an exception `App::Mail::Mailers::Foo::Bar.deliver` ``` NoMethodError:...
We've tested your project with an updated dependency and the build failed. This version is either within the version range you specified or you haven't specified a version/range. To be...
We've tested your project with an updated dependency and the build failed. This version is either within the version range you specified or you haven't specified a version/range. To be...