add multiple email to script

G

Guest

help, How do I add multiple emails to this script

# if you would like to be notified of uploads, enter your email address
# between the SINGLE quotes. leave this blank if you would not like to be notified
$notify = '(e-mail address removed)';
 
M

Matt Garrish

help, How do I add multiple emails to this script

# if you would like to be notified of uploads, enter your email address
# between the SINGLE quotes. leave this blank if you would not like to be notified
$notify = '(e-mail address removed)';

Seems like I just said this: ask whoever wrote the script; this is not a
helpdesk. And when you're asked to trim your problem down to the smallest
possible example, that doesn't mean post only one line. Even if someone were
inclined to help you, how do you think they would be able to do so when you
have given no indication of how the mail is being formatted and sent?

Matt
 
A

A. Sinan Unur

help, How do I add multiple emails to this script

# if you would like to be notified of uploads, enter your email
address # between the SINGLE quotes. leave this blank if you would not
like to be notified $notify = '(e-mail address removed)';

Set up a forwarder which forwards the messages to multiple address. BTW,
this has nothing to do with Perl because you have not posted any Perl
related information. No, that single statement above does not count.

Sinan.
 
G

gnari

help, How do I add multiple emails to this script

# if you would like to be notified of uploads, enter your email address
# between the SINGLE quotes. leave this blank if you would not like to be notified
$notify = '(e-mail address removed)';

have you tried try:

$notify = '(e-mail address removed), (e-mail address removed)';

if that does not do it try using ';' or spaces instead of ','

gnari
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top