/[soft]/indexhtml/trunk/README.mails
ViewVC logotype

Contents of /indexhtml/trunk/README.mails

Parent Directory Parent Directory | Revision Log Revision Log


Revision 485 - (show annotations) (download)
Mon Feb 7 23:18:17 2011 UTC (13 years, 2 months ago) by dmorgan
File size: 550 byte(s)
Import cleaned indexhtml
1 * Text only mails are created like this:
2
3 cat mail/header-$lang > tmpfile
4 cat mail/mail-$lang.txt >> tmpfile
5
6 * text+html+images mails are created like this:
7
8 cat mail/header-$lang > tmpfile
9 cat < EOF >> tmpfile
10 Content-Type: multipart/related; type="multipart/alternative";
11 boundary="=-tThpx1YEZqL4gn53WjQ1"
12
13 --=-tThpx1YEZqL4gn53WjQ1
14 Content-Type: multipart/alternative; boundary="=-aFPGjTr5jUHhXPWxbLcT"
15
16 --=-aFPGjTr5jUHhXPWxbLcT
17 EOF
18 cat mail/mail-$lang.txt >> tmpfile
19 cat mail/mail-$lang.html >> tmpfile
20 cat mail/mail-images >> tmpfile
21
22
23
24

  ViewVC Help
Powered by ViewVC 1.1.30