Skip to content

Instantly share code, notes, and snippets.

View bto's full-sized avatar

Masato Bito bto

View GitHub Profile
<?php
class jpSimpleMail {
public $mailer;
public $message;
public static function create($mailer) {
return new static();
}
public function __construct() {