RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > SVN Releases > Issues & Bugs

For more information about the ads and why they're here, please see the FAQ

Reply
  1 links from elsewhere to this Post. Click to view. #1  
Old 02-11-2009, 01:51 PM
Registered User
 
Join Date: Feb 2009
Posts: 1
Default cannot cc mail to multiple recipients

In svn revision 2288 (but also in some other recent versions - I'm not sure how far back)

it no longer seems possible to include multiple recipients in the to or cc fields. We've tried using spaces, commas, semicolons and newlines as a delimiter but in every case roundcube silently ignores the field while giving the impression that the mail was sent with no problem. Is anyone else seeing the same issue?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 02-12-2009, 03:45 AM
Registered User
 
Join Date: Feb 2009
Posts: 8
Default yes

Yes, i'm having the same problem.

If the last email address you enter comes from your address book then it works fine.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 02-12-2009, 04:35 AM
Registered User
 
Join Date: Feb 2009
Posts: 8
Default

I think I found a work around.

It seems to work. Although the way the email comes out of the system I don't know why it works.

In /program/steps/mail/sendmail.inc

Just after this line in the rcmail_mailto_format() function:
PHP Code:
$mailto trim(preg_replace($regexp$replace$mailto)); 
Add this code:
PHP Code:
$mailtoarray=explode(',',$mailto);

  for(
$x=0;$mailtoarray[$x];$x++)
  {
      
$mailtoarray[$x]=trim($mailtoarray[$x]);
  }
  
$mailto=implode(',',$mailtoarray); 
Basically it strips the " " out of the email addresses. It seems to do some weird things with quote marks and adds them to the email address, but that doesn't appear to affect mail delivery for some reason. Be warned this could **** everything up so be careful and make backups.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 02-12-2009, 07:41 AM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,647
Default

@ davidfarrar:

Please always post a link to the ticket URL, if you submit an issue to track and link ticket to forum thread. This way users can follow the ticket and devs can follow the discussion in the forum.

#1485733 (cannot cc mail to multiple recipients) ? RoundCube Webmail
__________________
Regards,
Rosali

__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Online Demo http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube
Mailing List http://mail4us.net/?_action=plugin.nabble
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.roundcubeforum.net/6-svn-releases/20-issues-bugs/4230-cannot-cc-mail-multiple-recipients.html
Posted By For Type Date
#1485733 (cannot cc mail to multiple recipients) ? RoundCube Webmail This thread Refback 02-12-2009 06:55 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:39 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community