in reply to Re: Replacing a [TAG] in a Email Template
in thread Replacing a [TAG] in a Email Template
Have a Happy Easter!print MAIL $sendthis, "\n"; close (MAIL); open (FILE, "$datadir/sendme.txt") || &error_message("Can't file temp +file for sending mail - $datadir/sendme.txt."); $sendthis = <FILE>; close(FILE); } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Replacing a [TAG] in a Email Template
by pinetree (Scribe) on Apr 19, 2003 at 05:05 UTC |