Attributes in email

Post or request community customization work
Post Reply
marioxp
Posts: 2
Joined: Wed May 25, 2022 5:45 am

Attributes in email

Post by marioxp »

I need to add non-standard attributes in the e-mail and when I add {att13} in the e-mail or another, unfortunately it does not show them. How can I make it show my attributes in the email?

Code: Select all

Szczegóły rezerwacji:
	<br/>
	<br/>
       Wyjazd z : {att13}
	Początek: {formatdate date=$StartDate key=reservation_email}<br/>
	Koniec: {formatdate date=$EndDate key=reservation_email}<br/>
	{if $ResourceNames|count > 1}
		Zasoby:<br/>
		{foreach from=$ResourceNames item=resourceName}
			{$resourceName}<br/>
		{/foreach}
		{else}
		Zasób: {$ResourceName}<br/>
	{/if}


andrehon
Posts: 1
Joined: Thu Jul 06, 2023 4:33 am

Re: Attributes in email

Post by andrehon »

I have a question why some websites just send activate link to hotmail.

duck life

Post Reply