1. Dave McComb
  2. Bugs
  3. Friday, 24 May 2013
  4.  Subscribe via email
First of all, great plugin! We just moved to it from using sendmail and are happy with the plugin and CMandrill.

A couple of things: we use FSForm for a lot of form submissions. I noticed that the RSForm email process kept reverting to sendmail rather than Mandrill. I think we solved this by making the Cmandrill #1 in the system extensions.

We have another problem though where in RSForm Pro, we specify that an email confirmation goes to the user and a copy is BCC'ed to one of our staff as well. This worked great with sendmail, but now with CMandrill, both the user and the staff email address are showing up on the To: line in the email that the client receives.

Any thoughts on what could be causing this and how to fix it?

Thanks again.
Responses (5)
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Interesting.
Back when I created Mandrill there was no option to use the bcc field. That is why I was adding the bcc address to the "to" field. I also thought that no matter how many addresses in the "to" field each user will receive with just 1 address in the "to" field? That is not the case? It should be actually.

Now according to the docs:
https://mandrillapp.com/api/docs/messages.html

the bcc_address field can contain just one e-mail. I'll need to figure out what should happen with multiple emails in the bcc field. Will let you know once I have more info/fix.

Regards,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. Bugs
  3. # 1
Accepted Answer Pending Moderation
Interesting.
Back when I created Mandrill there was no option to use the bcc field. That is why I was adding the bcc address to the "to" field. I also thought that no matter how many addresses in the "to" field each user will receive with just 1 address in the "to" field? That is not the case? It should be actually.


No, it is definitely not the case. Both emails appear when you receive them.

Thanks.
  1. more than a month ago
  2. Bugs
  3. # 2
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Hey Dave,
could you try the following. Go to plugins\system\mandrill\mailer\mail.php

on line 584 you'll find this:

if(count($this->bcc) > 0) {
$recipients = array_merge($recipients, $this->bcc);
}


change it to

if(count($this->bcc) > 0) {
$mandrill->message['preserve_recipients'] = false;
$recipients = array_merge($recipients, $this->bcc);
}


Does this solve the problem?
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. Bugs
  3. # 3
Accepted Answer Pending Moderation
That seems to have fixed it. Thanks.
  1. more than a month ago
  2. Bugs
  3. # 4
Accepted Answer Pending Moderation
Hello,

Same Problem for my site.and i also change above line but still the bcc email in to line.

can you please give me a suggestion for that.
Please Reply asap.

Thanks
regarding
akash patel..
  1. more than a month ago
  2. Bugs
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Last questions

Comment input field is not displayed
If I want to leave a comment on a post, I click on the button and a new page wit...
2 Replies
Posted on Friday, 20 December 2024
  • New
  • HotSpots Pro 6.0.12 crashes on FrontEnd with Conso
    Hi there, Not sure what happened but all of a sudden nothing shows up and giv...
    3 Replies
    Posted on Wednesday, 11 December 2024
    CComment - field - website address
    Hello In previous versions of CComment, it was possible to enable a field in ...
    0 Replies
    Posted on Saturday, 14 December 2024
  • New
  • Profile image for admin not showing
    Hi, profile image for administrator is not showing in comment. https://www.hu...
    0 Replies
    Posted on Friday, 13 December 2024
    How can I integrate the CComment input field into
    I’ve created com_content and a module for displaying the latest comments, which ...
    3 Replies
    Posted on Friday, 06 December 2024
    • #CComment
    • #comments
    • #module
    • #comments editor
    • #Ccomment Pro
    • #Joomla 5