10448 Posts in 2223 Topics by 1719 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 643 Views |
-
Fix for smtpmailer to make it work with newsletter module

3 December 2010 at 5:36am Last edited: 3 December 2010 5:41am
I had to do the following to make newsletter module send mails through smtpmailer correctly
Silverstripe 2.3.3
SmtpMailer [v0.1.0]
Newsletter [v0.4.0-rc1]in smtpmailer/code/SmtpMailer.php line 43 change
$this->sendMailViaSmtp( $to, $from, $subject, $attachedFiles, $customheaders, false );
to
return $this->sendMailViaSmtp( $to, $from, $subject, $attachedFiles, $customheaders, false );
Hopefully this saves time for others ;-)
-
Re: Fix for smtpmailer to make it work with newsletter module

3 December 2010 at 6:01am
Nice work.
You should submit this to http://open.silverstripe.com
Also, you should look at upgrading to 2.3.7 or 2.4 for security reasons.
-
Re: Fix for smtpmailer to make it work with newsletter module

3 December 2010 at 6:20am Last edited: 3 December 2010 6:21am
Filed a bug report:
http://open.silverstripe.org/ticket/6242
No customer budget for upgrading to latest silverstripe version
By the way: Big thx to the community to keep things going!
| 643 Views | ||
|
Page:
1
|
Go to Top |


