Changeset 83 for trunk/trax/vendor/trax/action_mailer.php
- Timestamp:
- 12/13/05 21:36:30 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_mailer.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_mailer.php
r72 r83 1 1 <? 2 # $Id : action_mailer.php 51 2005-10-29 14:40:42Z john$2 # $Id$ 3 3 # 4 4 # Copyright (c) 2005 John Peterson … … 29 29 30 30 private 31 $mail_mime ;// Mail_mime object31 $mail_mime, // Mail_mime object 32 32 $to_addresses, 33 33 $cc_addresses, … … 35 35 $replyto_addresses; 36 36 public 37 $crlf = "\r\n" ;37 $crlf = "\r\n", 38 38 $smtp_params = array("host"=>"localhost", "port"=>"25"), 39 39 $send_type = "mail", // smtp or mail
