Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea4e0c0ec3 |
@@ -49,10 +49,8 @@ class MailModel extends Model implements FDN_MailInterface{
|
|||||||
$email->isMail();
|
$email->isMail();
|
||||||
|
|
||||||
$email->From = $this->from;
|
$email->From = $this->from;
|
||||||
if ($this->hasProperty("fromName")){
|
$email->FromName = "I Fatti di Napoli";
|
||||||
$email->FromName = $this->fromName;
|
|
||||||
}
|
|
||||||
|
|
||||||
$email->Subject = $this->subject;
|
$email->Subject = $this->subject;
|
||||||
|
|
||||||
$email->IsHTML(true);
|
$email->IsHTML(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user