Coder Social home page Coder Social logo

mandrilltransport-cakephp's People

Contributors

khanlou avatar mikkelson avatar radu-g-baseklas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mandrilltransport-cakephp's Issues

Limited from support

The $email->from() function only supports an email address as a string. Passing an array that contains both email and name causes an email not to be sent.

$email->from(array('[email protected]' => 'Website Name'))

Templates and Merge Vars

Hey there,

I'm wondering how I would go about specifying mandrill specific options when sending my email, for example templates from Mandrill and Merge Vars?

I have tried specifying

$email->template('new-account'); 

and also

$email->config(array(
    'template' => 'new-account'
));

which is a Mandrill template I have, but Cake throws an error saying it cannot find the template file.

Also not sure on how to configure merge vars, for example I want to specify a variable for |USERNAME| which I have in my template. I see how to do this with the Mandrill API, but not entirely sure on the process with MandrillTransport for Cake.

Thanks for your your work, this plugin has saved me a lot of time!

Duncan

I wonder why the line sending the post is commented

It's about this line:

$returnMandrill = $this->__mandrillConnection->post($message_send_uri, json_encode($message), $request);

Maybe it's OK to let the users know they need to uncomment the line before using the code?

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.