Allow Multi emails Allow Multi emails
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Allow Multi emails

Started by lafkos, January 28, 2005, 12:50:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lafkos

i think a good mod would be to allow the same photo to be mailed to mutil emails

yoshikiwei

sending ecard you mean?

i believe you can add multiple email addresses with the use of ",' (commas) in between each email.

busther

Nope!  I'ved tried commas "," and semicolon ";" and nothing.  I keep getting Warning : invalid email address !

Hmmmmm!

Nibbler

You could try changing the code to permit commas, that's this line in your ecard.php:

$valid_email_pattern = "^[_\.0-9a-z\-]+@([0-9a-z][0-9a-z-]+\.)+[a-z]{2,6}$";

or just remove the email validation code all together.