Skip to content

Instantly share code, notes, and snippets.

@taleeb35
Created September 29, 2014 01:49
Show Gist options
  • Save taleeb35/1ee3c34b26ff8d47513a to your computer and use it in GitHub Desktop.
Save taleeb35/1ee3c34b26ff8d47513a to your computer and use it in GitHub Desktop.
$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