Email settings in JTE Panel are split into three areas: global toggles that control which automated messages get sent, a per-ticket template editor for customizing email content, and an optional custom SMTP configuration for sending from your own mail server. Together these settings give you full control over every outbound message your event sends.Documentation Index
Fetch the complete documentation index at: https://docs.jointoevent.io/llms.txt
Use this file to discover all available pages before exploring further.
Global email toggles
Open Settings → Communication → Email and click Email settings to open the settings dialog. The following toggles apply to every ticket type in your event.Send a welcome email to attendees when their registration is confirmed. Disable this if you handle confirmation messaging outside JTE Panel.
Attach the purchased ticket as a PDF to the welcome email. Requires
sendWelcomeMail to be enabled.Send agreement acceptance emails to attendees who were added via invitation rather than self-registration. These emails contain the link the invitee uses to accept the event terms.
Append the JTE Panel brand footer to all outgoing emails. Disable this if your templates include a custom footer.
Changes to these toggles take effect immediately for all new registrations. Existing attendees are not retroactively emailed.
Custom email templates
You can replace the default email body for each ticket type and each email type. This lets different ticket tiers carry different messaging — for example, a VIP ticket can have a richer welcome email than a general-admission ticket.Select a ticket
Under Settings → Communication → Email, choose a ticket from the Select ticket dropdown. The list contains every ticket you have created for this event.
Choose an email type
Pick one of the four available template slots:
| Template | Sent when |
|---|---|
| Welcome email after registration confirmation | Attendee confirms presence (presenceConfirmationMailContents) |
| Online payment confirmation email | Attendee completes an online card payment (onlinePaymentConfirmationEmailContent) |
| Traditional payment email | Attendee selects bank transfer at checkout (bankPurchaseEmailContent) |
| Agreement link email for invited attendees | An invited attendee needs to accept event terms (invitedAttendeesConfirmationEmailContent) |
Set a subject line
Enter a subject in the Email subject field. The subject is stored per ticket and per email type, so each combination can have a unique subject.
Design the body
Use the drag-and-drop editor to build the email body. The editor supports merge fields pulled from your event’s registration form — click the merge field picker in the toolbar to insert attendee data such as name, ticket number, or event date.
SMTP configuration
By default, JTE Panel routes all outgoing email through its shared mail infrastructure. If you want email to be sent from your own domain and mail server, enable custom SMTP. Navigate to Settings → Communication → SMTP to access these settings.Enter server details
Hostname or IP address of your outbound SMTP server — for example
smtp.example.com.Port your SMTP server listens on. Common values are
587 (STARTTLS) and 465 (SSL/TLS).Enable SSL/TLS encryption for the connection. Enable this when using port
465.Send a test email
Click Send test email to verify the connection. JTE Panel will attempt to deliver a test message to the configured
From address and report any delivery errors.