Main menu

Forum


× Help Forum English

Custom emails in HTML

  • deco
  • Portrait de deco Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 10 ans 8 mois #7330 par deco
Custom emails in HTML a été créé par deco
Can I create Custom emails in HTML I would like to add our logo to the email sent out to registered users
Pièces jointes :

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 10 ans 8 mois #7375 par Lyr!C
Réponse de Lyr!C sur le sujet 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) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: Lyr!C
Temps de génération de la page : 0.114 secondes

 

Follow Us

Créez vos templates Joomla avec Template Creator CK

acymailing logo new