예제 #1
0
파일: Ses.php 프로젝트: caffeina-core/core
 public function onSend(Envelope $envelope)
 {
     if (!$envelope->from()) {
         throw new \Exception("[core.email.ses] Amazon SES needs a registered `from` address", 1);
     }
     return Smtp::onSend($envelope);
 }