Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Remove configuration for to, from, and cc #150

Merged
merged 1 commit into from
Jun 19, 2014

Commits on Jun 19, 2014

  1. Remove all configuration of addresses

    Previously users could configure the format in which they would receive
    addresses in to, from, and cc fields of Griddler::Email objects. The
    options were :token, :full, :email, :name, or :hash, which was a hash of
    all other options.
    
    Configuring :token was previously deprecated, and :hash has been the
    default for :from and :cc for a while now. All of these values are
    pretty easy to get back with Hash#[], so we're simply removing the
    configuration logic and always returning the hash, which is the most
    generally useful option.
    calebhearth committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    85bda42 View commit details
    Browse the repository at this point in the history