Created
September 29, 2014 01:49
-
-
Save taleeb35/1ee3c34b26ff8d47513a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$Email = new CakeEmail('default'); | |
$Email->template('default', 'default') | |
->to($user_email) | |
->attachments (array('logo.png' => 'http://135smart.com/wp-content/uploads/2014/08/logo.png')) | |
->subject('Your Daily Tasks') | |
->send($email_body); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment