Jump to content
Froxlor Forum
  • 0

[fixed] Autoresponder Bug


DasTho

Question

Hey there,

 

unfortunately, I am unable to post to the Bugtracker, so this goes here :)

 

There is a bug in the cron_autoresponder.php file, which prevents the system from sending correctly configured Autoresponder-Messages because the mail address is case-sensitive.

 

On line 202:

 

  if(!strlen($to) || $to != $row['email'])

{

 $to = '';

}

 

the $to: is emptied if - for instance - I send a mail to Test@blablubb.de and the mailbox has the name test@blablubb.de. I've been experiencing this since a customer added a capitalized Mail-Address and the autoresponder just didn't work. Solution would be strtolower or something like that.

 

So long,

 

Thorsten

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...