forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: lafkos on January 28, 2005, 12:50:00 am

Title: Allow Multi emails
Post by: lafkos on January 28, 2005, 12:50:00 am
i think a good mod would be to allow the same photo to be mailed to mutil emails
Title: Re: Allow Multi emails
Post by: yoshikiwei on January 28, 2005, 10:29:12 am
sending ecard you mean?

i believe you can add multiple email addresses with the use of ",' (commas) in between each email.
Title: Re: Allow Multi emails
Post by: busther on February 08, 2005, 06:31:36 pm
Nope!  I'ved tried commas "," and semicolon ";" and nothing.  I keep getting Warning : invalid email address !

Hmmmmm!
Title: Re: Allow Multi emails
Post by: Nibbler on February 08, 2005, 06:35:19 pm
You could try changing the code to permit commas, that's this line in your ecard.php:

Code: [Select]
$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.