Esempio n. 1
0
 /**
  * Send a new message when only a raw text part.
  *
  * @param string $text
  * @param mixed $callback
  * @return int 
  * @static 
  */
 public static function raw($text, $callback)
 {
     //Method inherited from \Illuminate\Mail\Mailer
     return \October\Rain\Mail\Mailer::raw($text, $callback);
 }