4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: raghunadhreddys on October 16, 2009, 09:47:50 AM
-
How to send the same e-card to multiple e-mail address at the same time.
-
hi,
in your file postcard.php search for
if (($sender_email != "" && !check_email($sender_email)) || ($recipient_email != "" && !check_email($recipient_email))) {
$msg .= (($msg != "") ? "<br />" : "").$lang['invalid_email_format'];
$error = 1;
}
and replace to
if ($sender_email != "" && !check_email($sender_email)) {
$msg .= (($msg != "") ? "<br />" : "").$lang['invalid_email_format'];
$error = 1;
}
no you can type in several email-addresses comma separated (,)
greetz, bergblume