Revision 66
- Date:
- 2010/10/18 07:34:06
- Files:
Legend:
- Added
- Removed
- Modified
-
koi8/core/comps/inc/sendmail.msn
1 1 <%args> 2 2 3 3 $email => undef 4 $etype => 'mixed' 4 5 5 6 </%args> 6 7 <%init> … … 59 60 From => $emailfrom, 60 61 $ccmail ? ( Cc => $ccmail ) : (), 61 62 Subject => $subject, 62 Encoding=> 'binary', 63 # Encoding=> 'binary', 63 64 Date => $pdate, 64 Type => 'multipart/related;type="multipart/alternative";charset="koi8-r"', 65 Type => ($etype eq 'mixed' ? 'multipart/mixed' : $etype eq 'related' ? 'multipart/related;type="multipart/alternative";charset="koi8-r"' : $etype), 65 66 ); 66 67 $msg->attach( 67 68 'Type' => 'text/html;charset="koi8-r"', -
koi8/core/skel/project/config.mk.proto
18 18 19 19 # sample how to add required modules to project 20 20 # PROJECT_REQUIRED += P-WebFetcher 21 # PROJECT_REQUIRED += MIME-Lite 21 22 22 23 # sample how to setup rsync for static data 23 24 # RSYNC_DIRS = i www/css