Devel
Compare changes
Files
10+ 41
− 16
@@ -2,8 +2,20 @@
@@ -2,8 +2,20 @@
@@ -14,10 +26,10 @@ abstract class EmailAbstract implements EmailInterface {
@@ -14,10 +26,10 @@ abstract class EmailAbstract implements EmailInterface {
@@ -26,7 +38,11 @@ abstract class EmailAbstract implements EmailInterface {
@@ -26,7 +38,11 @@ abstract class EmailAbstract implements EmailInterface {
@@ -35,25 +51,25 @@ abstract class EmailAbstract implements EmailInterface {
@@ -35,25 +51,25 @@ abstract class EmailAbstract implements EmailInterface {
@@ -62,7 +78,7 @@ abstract class EmailAbstract implements EmailInterface {
@@ -62,7 +78,7 @@ abstract class EmailAbstract implements EmailInterface {
@@ -71,7 +87,7 @@ abstract class EmailAbstract implements EmailInterface {
@@ -71,7 +87,7 @@ abstract class EmailAbstract implements EmailInterface {
@@ -80,18 +96,27 @@ abstract class EmailAbstract implements EmailInterface {
@@ -80,18 +96,27 @@ abstract class EmailAbstract implements EmailInterface {
$this->get_recipients(), $this->get_subject(), $this->get_content(), $this->get_headers(), $this->get_attachments()