No emails are sent when the CC,BCC, ReplyTo email and ReplyTo name
fields are empty. When filled in with valid information emails are dispatched. We want to use the software without any informtion in these fields. It seems however that some kind of flaw is in the way.
Can you tell us what we are doing wrong. As a circumvention we changed line 441 of Chronocontact into:
$email_sent = mosMail($from, $fromname, $recipient, $subject, $html_message, true, NULL, NULL, $attachments, NULL, NULL );
May be not the way to go but it works fine for the time being.
Best regards,
Bert
fields are empty. When filled in with valid information emails are dispatched. We want to use the software without any informtion in these fields. It seems however that some kind of flaw is in the way.
Can you tell us what we are doing wrong. As a circumvention we changed line 441 of Chronocontact into:
$email_sent = mosMail($from, $fromname, $recipient, $subject, $html_message, true, NULL, NULL, $attachments, NULL, NULL );
May be not the way to go but it works fine for the time being.
Best regards,
Bert