Show
Ignore:
Timestamp:
12/13/05 21:36:30 (6 years ago)
Author:
john
Message:

syntax error in mailer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_mailer.php

    r72 r83  
    11<? 
    2 # $Id: action_mailer.php 51 2005-10-29 14:40:42Z john $ 
     2# $Id$ 
    33# 
    44# Copyright (c) 2005 John Peterson 
     
    2929 
    3030    private 
    31         $mail_mime;  // Mail_mime object 
     31        $mail_mime,  // Mail_mime object 
    3232        $to_addresses, 
    3333        $cc_addresses, 
     
    3535        $replyto_addresses; 
    3636    public 
    37         $crlf = "\r\n"; 
     37        $crlf = "\r\n", 
    3838        $smtp_params = array("host"=>"localhost", "port"=>"25"), 
    3939        $send_type = "mail", // smtp or mail