Main menu

Forum


× Help Forum English

Custom emails in HTML

  • deco
  • Avatar di deco Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 8 Mesi fa #7330 da deco
Custom emails in HTML è stato creato da deco
Can I create Custom emails in HTML I would like to add our logo to the email sent out to registered users
Allegati:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 8 Mesi fa #7375 da Lyr!C
Risposta da Lyr!C al 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 allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

Moderatori: Lyr!C
Tempo creazione pagina: 0.075 secondi

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new