source: trunk/themes/default/template/mail/text/html/header.tpl @ 24951

Last change on this file since 24951 was 24951, checked in by plg, 10 years ago

feature 2965: replace custom mail functions by PHPMailer (version 5.2.7).
Based on patch by msakik.

function pwg_send_mail no longer used (all is done in pwg_mail)

new param $confsmtp_secure

work still in progress, some obsolete code must be removed

  • Property svn:eol-style set to LF
File size: 491 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
3<head>
4<title>Piwigo Mail</title>
5<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
6<style><!-- /* Mini style for mails */
7{if isset($GLOBAL_MAIL_CSS)}{$GLOBAL_MAIL_CSS}{/if}
8{if isset($MAIL_CSS)}{$MAIL_CSS}{/if}
9--></style>
10</head>
11<body>
12<div id="the_page">
13<div id="content" class="content">
Note: See TracBrowser for help on using the repository browser.