lib/letsencrypt_webfaction/application.rb in letsencrypt_webfaction-1.0.1 vs lib/letsencrypt_webfaction/application.rb in letsencrypt_webfaction-1.1.0

- old
+ new

@@ -31,10 +31,10 @@ end private def emailer - @emails ||= LetsencryptWebfaction::Emailer.new instructions, support_email: @options.support_email, account_email: @options.account_email, notification_email: @options.admin_notification_email + @emails ||= LetsencryptWebfaction::Emailer.new instructions, support_email: @options.support_email, account_email: @options.account_email, notification_email: @options.admin_notification_email, email_configuration: @options.email_configuration end def instructions @instructions ||= LetsencryptWebfaction::Instructions.new certificate_writer.output_dir, @options.domains end