diff --git a/dryden/sys/email.class.php b/dryden/sys/email.class.php index ef1b1e9e4..2b41232e7 100644 --- a/dryden/sys/email.class.php +++ b/dryden/sys/email.class.php @@ -26,6 +26,7 @@ public function SendEmail() { $this->Mailer = ctrl_options::GetSystemOption('mailer_type'); $this->From = ctrl_options::GetSystemOption('email_from_address'); $this->FromName = ctrl_options::GetSystemOption('email_from_name'); + $this->CharSet = "utf8"; if (ctrl_options::GetSystemOption('email_smtp') <> 'false') { $this->IsSMTP(); if (ctrl_options::GetSystemOption('smtp_auth') <> 'false') {