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

Missing image in backend comments list
Hi! In the backend view of the comments list the image for 'published' is missin...
5 Replies
Posted on Wednesday, 15 March 2023
  • #CComment
  • #bug
Certificates are not attached to the email
Hello! We have a problem with certificate notifications. The PDFs are not attach...
0 Replies
Posted on Monday, 22 May 2023
  • New
  • How do i add locations automatically from google m
    Ok, so I have hotspots which I bought a few months ago, and I have been adding l...
    0 Replies
    Posted on Sunday, 21 May 2023
  • New
    • #google maps
    • #locations
    Integration to com_contact
    Dear staff, is it possible to integrate com_contact component?...
    0 Replies
    Posted on Wednesday, 17 May 2023
    Module Tiles Display 25% for each event
    We are upgrading J3 to J4 and we see that the Tiles Display is rendered differen...
    0 Replies
    Posted on Wednesday, 17 May 2023