Hi

Using the registration module, I have made it possible for people to register for events. With the rules module, to which I'm new, I have created a rule which sends an email to the admin, informing him about each new registration, with some details.
The email template is this:

Ein neuer Teilnehmer mit folgenden Daten hat sich am [registration:created] für ABC angemeldet:
Name und Anschrift: [registration:field_address]
Anrede: [registration:field-anrede]
Email: [registration:anon-mail]
Organisation/Firma: [registration:field-organisation-firma]
Funktion: [registration:field_funktion]
Details: [registration:url]

The only problem is the email message is not formatted and is just one mass of text, except for the contents of the address field which include its contents being on different lines.

Is there any way the the message body contents can be on different lines as in the template? I am not an expert at this & no coder ... and tried to use "\n" to separate lines, but it does not help as the characters get printed.

Thank you in advance

Comments

lionheart8’s picture

There's actually a simple solution, which is selecting the action => "Send HTML e-mail" and formatting the template message. :)