Skip to content

Instantly share code, notes, and snippets.

@sebbdk
Created March 13, 2012 16:08
Show Gist options
  • Save sebbdk/2029624 to your computer and use it in GitHub Desktop.
Save sebbdk/2029624 to your computer and use it in GitHub Desktop.
$this->Email->from = 'J-pakkeleg STATUS <kj+tuborg@nodes.dk>';
$this->Email->subject = 'PAKKELEG STATUS MAIL';
$this->Email->replyTo = 'kj+tuborg@nodes.dk';
$this->Email->return = 'web0@example.com';
$this->Email->to = 'Kasper <kj@nodes.dk>';
$this->Email->sendAs = "html";
$this->Email->send($msg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment