It’s super simple to customise the email templates using DDA. You can completely customise the styling and language to suit your store best.
Learn how to edit email templates easily. Check out these other tutorials for emails:
- Send downloads from your own email via SMTP or SendGrid
- How to set release dates on digital files for pre-order
Before we start
It’s important that you understand mail servers before you make customisations.
“Email deliverability” is real and important. Mail servers around the world check the characteristics of emails, and if they find spammy characteristics, they will send the emails to the spam folder.
Guidelines to have good deliverability
Are some of your customers complaining about emails not being delivered? If they are, then read the below:
- Use appropriate wording in your email content, subject line, and email name
- Do not overload your download email with images and “marketing” stuff. This will red-flag mail servers
- Keep it professional. Don’t use full caps lock words or anything that doesn’t look professional
If you use spammy buzzwords and emojis, mail servers are going to think the email is spam.
Testing your email deliverability
You can actually test your email by using Mail Tester. Simply send a test email from the email template customisation page to the email that the site provides.
この機能を利用するには、どのプランが必要ですか?
It’s possible to edit email templates if you have the Growth plan or higher. This allows you (the store) to customise messaging for your “fulfilment”, “pre-order release”, and the “update file” emails.
ビデオチュートリアル
How to add a logo to your email
It’s actually quite simple. All you need to do is host your logo on Shopify, then add the image URL to the template.
- Go to your Shopify dashboard
- Go to “Content” and then “Files“
- Click the “Upload files” button
- Upload your logo & copy the link
- Go to DDA, then go to “Settings“
- Click “Edit email templates“
- Click the image icon
- Paste the link in the “Source” box, then make sure the size is not too large
- "保存"をクリックする
How to add videos to the email template
To put it short, most email servers don’t allow embedded videos in an email. They will block the embedded code as the email arrives in the inbox, and the video will not show in the email. If you’re interested, you can learn more about embedding videos in emails.
What you need to do is, add a link to your text directing to a video like this – this is an example of a hyperlink.
メールのタイトルと件名の編集方法
You can edit your ‘Subject line‘ and ‘From name‘ on the email templates page.
Please note: to change the subject line or name, you will need to use a customised email. The subject line or name will not save if you have not written a customised email.
- "設定 "に進む
- Then “Edit email templates”
The default:
- From name: (Your store name)
- Subject: (Your store name) – assets to download from your recent order
メールテンプレートの編集方法
Step 1 – Click the button ‘Edit email templates’
このボタンは、「設定」ページの上部にあります。
Step 2 – Customise your email templates
ここでは、テキストエディタを使用して、メールテンプレートを編集することができます。HTMLまたは標準のテキストエディタを使用するオプションがあります。
How to add the customer name & link variables
標準的なデフォルトのメール例
This is the default email template. You can customise it completely if you have the Growth plan or higher.
You can also send these emails from your own email address if you have the Premium plan or higher.
メール内の標準的なデフォルトテキスト
フルフィルメントメール
Hi (customer name),
Thank you for your recent order with (store).
以下のリンクからファイルをダウンロードすることができます。
- (資産)
ありがとうございます。
HTML Version
<p>Hi (customer name - use variable),</p>
<p>Thank you for your recent order with (store name - use variable).</p
<p>You can download your files with the following links:</p>
(Assets - use variable)
<p>Thanks!</p>
ファイル交換メール
Hi (customer name),
新しいアップデートが用意されています。
- (資産)
ありがとうございます。
HTML Version
<p>Hi (customer name - use variable),</p>
<p>There is a new update available:</p>
(Assets - use variable)
<p>Thanks!</p>
Pre-order email
Hi (customer name),
Thank you for your recent order with (store).
以下のリンクからファイルをダウンロードすることができます。
- (資産)
ありがとうございます。
HTML Version
<p>Hi (customer name - use variable),</p>
<p>Thank you for your recent order with (store - use variable).</p>
<p>You can download your files with the following links:</p>
(Assets - use variable)
<p>Thanks!</p>