Main menu

Forum


× Help Forum English

Custom emails in HTML

  • deco
  • deco's Avatar Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #7330 by deco
Custom emails in HTML was created by deco
Can I create Custom emails in HTML I would like to add our logo to the email sent out to registered users
Attachments:

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 8 months ago #7375 by Lyr!C
Replied by Lyr!C on topic Custom emails in HTML
Hi!

This will be an option in the future, but not yet in developpement (as today, is using language strings by default to be multi-langual.)

Today, you need to edit code to allow this. But if you edit code, after each update, you will have to edit it again.

So,
Just edit the file ROOT/administrator/components/com_icagenda/config.xml

Replace this (around line 606) :
name="emailUserBodyPeriod"
			type="textarea"
by this :
name="emailUserBodyPeriod"
			type="editor"

And replace this (around line 628) :
name="emailUserBodyDate"
			type="textarea"
by this :
name="emailUserBodyDate"
			type="editor"


Then, in file ROOT/components/com_icagenda/helpers/icmodel.php

Add this :
$mailer->isHTML(true);
		$mailer->Encoding = 'base64';
around line 4115, to have something like this :
// Set Body of USER and ADMIN email
				$mailer->isHTML(true);
				$mailer->Encoding = 'base64';
				$mailer->setBody($body);
				$adminmailer->setBody($adminbody);

It should give you possibility to send html email. ;-)

Best Regards,
Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

Moderators: Lyr!C
Time to create page: 0.096 seconds

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new