👋 How can we help you?

Email templates configuration

Everything you need to know to configure your email notification templates.

Email Templates

Email templates are customizable to provide exactly the information you want to include when you notify your subscriber or your internal teams. Access the System Settings menu within AbuseHQ to configure Mail Notifications.

You will need to access this menu within the Admin Portal to add an account:

  1. Click the Settings option in the left menu under AbuseHQ.
  1. Click on Mail Notifications under Integrations
  1. Click on the Create Template button
Notion image
 

Once you’re in, you’ll be asked to:

  1. Enter a Name and Description for the email template
  1. Select the SMTP service you wish to use from the drop-down menu
  1. Fill in the mail template with your custom message.
  1. Finally, click on the Save button in the top right corner.
Notion image
 

SMTP Service

You need to specify which SMTP server AbuseHQ should use to send your email notifications.

You can store multiple SMTP servers and select one for each template.

Notion image
 

Templates

Example Template

From: support@example.com To: {{ s.resolver_data.email }} Subject: [Reference ID: {{ case.id }}] Possible NTP Abuse from your Network Dear {{ subscriber.resolver_data.name | default: "Customer" }},

We have been notified of a potential security-related issue with your internet service.

-- The following material was provided to us as evidence ---

{ { repshare.event.url }} URL to the abuse report.

 

Templating Language

AbuseHQ uses the Liquid syntax to insert dynamic data into your email templates. Here is a short introduction on how to use it:

{{ user.name }}

{{ user.mood | default: '😃' }}

{% if product.rating >= 4 %}

These shoes are awesome!

{% endif %}

{% if customer.name == 'kevin' %}

Hey Kevin!

{% elsif customer.name == 'anonymous' %}

Hey Anonymous!

{% else %}

Hi Stranger!

{% endif %}

{% comment %}

This is a block comment in Liquid

{% endcomment %}

 
 

Learn more

To learn more about Mail Settings, we recommend the following articles:

 

Send us a message

Having trouble with your setup or a technical issue? Get in touch with our team of Abusix experts.

Click the chat button at the bottom and send us your questions. Alternatively, you can email us at support@abusix.com

 

also, follow our LinkedIn Channel for updates & subscribe to our YouTube Channel for the latest Abusix how-to-videos.

Did this answer your question?
😞
😐
🤩