All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.ContactMessage_en.ftl Maven / Gradle / Ivy

Go to download

Essencium Backend is a software library built on top of Spring Boot that allows developers to quickly get started on new software projects. Essencium provides, for example, a fully implemented role-rights concept as well as various field-tested solutions for access management and authentication.

The newest version!
<#import "Header.ftl" as header>
<#import "Footer.ftl" as footer>




    
    
    ${contactRequest.subject}
    <@header.head />



 



${mailBranding.name}

Following message was sent from ${mailBranding.name}:

New message from ${contactRequest.name}:

Email-adress: ${contactRequest.mailAddress}

Subject: ${contactRequest.subject}

Message:

${contactRequest.message}

Best regards

Your team from ${mailBranding.name}

<@footer.footerDiv/>
 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy