Menu

#107 mailer.inc.php: Problem with getMailerDelim()

open
nobody
4
2013-07-31
2009-10-22
No

There is another bug in the file mailer.inc.php. If you try to send E-Mails to all Entrys using the Button on the index-Site, there is a problem with the seperator ";".
The first email-address get a " ante the @.

Easy fix:
1. open mailer.inc.php
2. go to line 34 and change it from:
return "%3B";
to
return ';';

Discussion

  • chatelao

    chatelao - 2009-10-23

    Which Browser + Mailer do you use?

     
  • Anonymous

    Anonymous - 2009-10-23

    @chateleo

    Browser:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)

    Mailer:
    Mozilla Thunderbird (Version 2.0.0.23 (20090812))

     
  • Anonymous

    Anonymous - 2013-07-31
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel