
darian
Deleted
Apr 7, 2000, 10:29 PM
Post #2 of 4
(399 views)
|
Add the addresses to an array within the script. <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> @to = "joe@joe.com, jane@jane.com, bob@bob.com";</pre><HR></BLOCKQUOTE> If it simply one address then you only need to add that address to a variable. <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> $to = "joe@joe.com";</pre><HR></BLOCKQUOTE>
|