mirror of
https://github.com/friendica/friendica
synced 2025-04-27 10:30:10 +00:00
small fixes to item post to try and sort out segfault issues on php 5.3 (?)
This commit is contained in:
parent
69f014d02b
commit
547fd1e0e5
3 changed files with 8 additions and 13 deletions
|
@ -12,14 +12,6 @@ class EmailNotification {
|
|||
* @param textVersion text only version of the message
|
||||
*/
|
||||
static public function sendTextHtmlEmail($fromName,$fromEmail,$replyTo,$toEmail,$messageSubject,$htmlVersion,$textVersion) {
|
||||
logger("sendTextHtmlEmail: BEGIN");
|
||||
logger("fromName: " . $fromName);
|
||||
logger("fromEmail: " . $fromEmail);
|
||||
logger("replyTo: " . $replyTo);
|
||||
logger("toEmail: " . $toEmail);
|
||||
logger("messageSubject: " . $messageSubject);
|
||||
//logger("htmlVersion: " . $htmlVersion);
|
||||
//logger("textVersion: " . $textVersion);
|
||||
|
||||
// generate a mime boundary
|
||||
$mimeBoundary =rand(0,9)."-"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue