Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It doesn't exist. You need to create that field. Users would then just upload their logo to it and it should attach to the email.If [cb_logofield] is a real field then I could not get it to do anything.
You're wanting to allow users to add their own substitutions to emails does not exist. Allowing that would be a vulnerability as they could use substitutions to get access to profile data they normally would not have access to.I can achieve a single logo by simply creating individual Custom HTML fields containing something like
<p><img src="full url/WCC_DPG_header.jpg" alt="" /></p>
and asking my group owners to use the field appropriate to them in their email.
That won't work because that syntax is not valid. The syntax is strictly defined in our substitution tutorial below. If the syntax you are trying to use does not exist there then it is not valid.However, wherever I put this logic - as a language string override, or Custom HTML field it just gets wrapped in the paragraph designators and is printed as text.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Correct, you can't nest substitutions inside of content that is substituted in. That would be a vulnerability if it was allowed. You will not have access to group_id for example in your Custom HTML field you're substituting in.However [cb:if] logic does not appear to work in a field (of any type) that is substituted into the email body.
Yes, we plan to support email templates in a future release. We will likely just use Joomlas built in email template system in Joomla 4. Does appear to allow attachments if you configure an attachments folder, but I'm not entirely sure how it works at this time.Are there any plans for a more configurable front-end email message system that would allow attachments say?
Please Log in or Create an account to join the conversation.