Forums

No emails sent

bertroode 18 Sep, 2007
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
Max_admin 18 Sep, 2007
Hi Bert,

Kingb has proposed this solution earlier today in another post and I agree you need more flexibility on this, the issue is that at some servers like mine it just works fine even if you don't have those fields, so the solution is just few more code lines, I will get this fixed in a new release very soon.

Thank you!!

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
bertroode 18 Sep, 2007
Max,
Thank you for your reply.
I posted a bug, because I discovered that in our system
the value "Array" will be passed to the mosMail-macro when
one of the fields is empty. I eneterd a few lines of code to work around the problem. So to my opinion it is not a matter of flexibility but a flaw in the way different systems deal with some
PHP code or functions.

Regards,
Bert
Max_admin 18 Sep, 2007
I agree, Thanks Bert!!🙂

Sincerely,

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.