Skip to content

Easy to use plugin to handle sending mail through Mandrill

Notifications You must be signed in to change notification settings

stadline/sfMandrillPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

sfMandrillPlugin

Easy to use plugin to handle sending mail through Mandrill

installation

  • Install the plugin with composer:
$ composer require stadline/sf-mandrill-plugin
  • Edit ProjectConfiguration.class.php to activate the plugin:
$this->enablePlugins(array(
    ...
    'sfMandrillPlugin',
));
  • Configuration: Update your app.yml with:
    #Update configuration for hip_mandrill
    mandrill:
        api_key: #Add your mandrill key
        from_email: #Add your sender email
        from_name: #Add your sender name

If symfony mailer is configured with single_address strategy, all emails sent by this plugin will be redirected to the address configured via the delivery_address setting.

About

Easy to use plugin to handle sending mail through Mandrill

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages