Advanced search  

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

Pages: [1]   Go Down

Author Topic: Allow Multi emails  (Read 3745 times)

0 Members and 1 Guest are viewing this topic.

lafkos

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Allow Multi emails
« 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
« Last Edit: January 28, 2005, 02:15:00 pm by GauGau »
Logged

yoshikiwei

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Posts: 68
Re: Allow Multi emails
« Reply #1 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.
Logged

busther

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Allow Multi emails
« Reply #2 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!
Logged

Nibbler

  • Guest
Re: Allow Multi emails
« Reply #3 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.