Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 309 Bytes

actionmailer-maildir

An additional delivery method for ActionMailer using the maildir gem. This gem does not do much and there is not much to describe.

How to

ActionMailer::Base.delivery_method = :maildir.
ActionMailer::Base.maildir_settings = {:path => '/my/mail/dir'}