Allow Multi emails Allow Multi emails
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.