Cerb4 pop header info.

Submitted by rmiddle on

Adding customer headers into Cerb4.

Edit the following file.
cerb4/plugins/cerberusweb.core/cron.classes.php, Pop3Cron::run(), line 1111 in Cerb 4.1 (Build 891)
cerb4/plugins/cerberusweb.core/api/cron.classes.php, Pop3Cron::run(), Line 1109 Cerb 4.2 (build 911).
cerb4/plugins/cerberusweb.core/api/cron.classes.php, Pop3Cron::run(), Line 1117 Cerb 4.2.2 (build XXX).
Patch for 4.2.2 -> http://github.com/rmiddle/cerb4/commit/c0fc3d7a04f5004f94087c811e9c11326...

Incoming Mail and PHP

Submitted by rmiddle on

We all know how to send email from PHP. Actually, it's quite easy: mail("to@me", "Hello", "Hello"); Handling mail the other way, sending email to PHP is a task much more unknown. In this article, we will write and install a script that we can send an email to.

http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/index.html


#!/usr/bin/php
<?php

Cerb4 adding Images / html to outbound emails.

Submitted by rmiddle on

This is only True for Cerb4 4.1.x and 4.2.x. Starting with 4.3 They have upgraded to a new version of swifmailer 4.04 that is a diff syntec. Please see http://middleswarth.net/content/cerb4-adding-images-html-outbound-emails-43 for 4.3+.

Thanks
Robert

Cerb4 use swiftmailer to send emails. The files to change is api/app/Mail.php

More documention is avaible at: