Allow Multi emails Allow Multi emails
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.