master
Marc CHEVALDONNE 2 years ago
parent 9114f51df8
commit 8b72b6c67a

@ -96,6 +96,8 @@ class Email {
$timezone = NULL
)
{
throw new RuntimeException('je fais un test ');
$timezones = $this->CI->timezones->to_array();
switch ($settings['date_format'])
@ -310,8 +312,6 @@ class Email {
*/
protected function create_mailer()
{
throw new RuntimeException('je fais un test ');
$mailer = new PHPMailer();
if ($this->config['protocol'] === 'smtp')

Loading…
Cancel
Save