1. anand mahey
  2. Bugs
  3. Friday, 24 July 2015
  4.  Subscribe via email
My System info:
Joomla: 3.4.3
Fox Contact: 3.4.4
Cmandrill Version: 4.0.0

Hello. I have been using Cmandrill for awhile now, together with Fox Contact.
Upon updating both Fox Contact and Cmandrill, for some reason mails keep getting sent and received as plain text with HTML & CSS codes. Upon disabling CMandrill, it works fine.

Please advise.
Responses (3)
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
hm. Do you have some kind of a template set for fox contact in CMandrill?
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
Hello, Thank you for replying

I don't have a template set in CMandrill for Fox Contact. However, Fox Contact itself has a template which it automatically applies to all emails. It can be viewed here:

Fox Contact Template

In fact i have verified that the update in Fox Contact now applies a template to emails.

There might be a conflict there? CMandrill looks for a template - No Template looks for Global Template - No Global Template sends as plain text. I think this is where the problem is.

Is there any way to stop CMandrill looking for a template within CMandrill completely? If this could be a feature, where the user can turn off CMandrill Templates, and CMandrill looking for Templates, and it only does the Transactional Emails it would be fantastic.

Thank you
  1. more than a month ago
  2. Bugs
  3. # 2
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
No, that is not really true. No matter if we find a template or not, we always do this check:

if ($this->ContentType == 'text/plain')
{
$message['text'] = $this->Body;
}
else
{
$message['html'] = $this->Body;
$message['auto_text'] = true;
}


If the mail is supposed to be sent as html, we'll send it as html. Otherwise as plain text. my guess is that when Fox Contact is calling sendMail, they are not setting t he $mode to true. If the mode is set to true, then the contentType is set to html, otherweise it is text/plain.

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. # 3
  • Page :
  • 1


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

Last questions

Question regarding custom fields
How do I access custom fields after I have created them?...
0 Replies
Posted on Wednesday, 24 April 2024
  • New
    • #custom fields
    Google no index für bestimmte Seiten/Details
    Hallo ich habe eine kleine Frage: wo kann ich einstellen, dass Google die Seite...
    0 Replies
    Posted on Wednesday, 24 April 2024
  • New
  • Language parameter in the link to the comment
    Hello. 1) I have a multilingual website (3 languages). If someone added a comme...
    1 Replies
    Posted on Saturday, 06 April 2024
    categories icon in header
    Hi! I saw this in the promo, but I can't find how to set it up. https://compo...
    0 Replies
    Posted on Monday, 22 April 2024
  • New
    • #style
    • #Categories
    Questions on new installation...
    Working on getting this set up... https://eastend2024.joepolecheck.com/rumma...
    3 Replies
    Posted on Wednesday, 17 April 2024
  • Resolved