Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Variables in subjest line of mass mail?

Quote Reply
Re: Variables in subjest line of mass mail? In reply to
Opps....

Wrong file!

Sorry.

Change the following codes:

Code:
my $subject = "What's new for " . &get_date;

in the sub html_mail_update routine in the admin.cgi script to the FOLLOWING CODES:

Code:
my $subject = "Your Listing: $rec{'URL'}" . &get_date;

Also, you may need to add the following codes at the top of this sub-routine:

Code:
my (%rec) = &get_record

Hope this works and helps.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------





[This message has been edited by Eliot (edited January 07, 2000).]
Subject Author Views Date
Thread Variables in subjest line of mass mail? bclark 2608 Jan 7, 2000, 10:26 AM
Post Re: Variables in subjest line of mass mail?
Eliot 2518 Jan 7, 2000, 11:16 AM
Post Re: Variables in subjest line of mass mail?
bclark 2506 Jan 7, 2000, 1:41 PM
Post Re: Variables in subjest line of mass mail?
Eliot 2508 Jan 7, 2000, 2:47 PM
Post Re: Variables in subjest line of mass mail?
bclark 2520 Jan 7, 2000, 3:22 PM
Post Re: Variables in subjest line of mass mail?
Eliot 2538 Jan 7, 2000, 3:41 PM
Post Re: Variables in subjest line of mass mail?
bclark 2507 Jan 7, 2000, 4:35 PM
Post Re: Variables in subjest line of mass mail?
Eliot 2506 Jan 7, 2000, 4:57 PM
Post Re: Variables in subjest line of mass mail?
bclark 2512 Jan 7, 2000, 5:58 PM