barcode_url mail template
This commit is contained in:
parent
c33b2194ea
commit
c13fb48b4b
@ -10,7 +10,7 @@
|
|||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
as="image"
|
as="image"
|
||||||
href="https://barcodeapi.org/api/8/12345670?"
|
href="{{barcode_url}}"
|
||||||
/>
|
/>
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||||
<meta name="x-apple-disable-message-reformatting" />
|
<meta name="x-apple-disable-message-reformatting" />
|
||||||
@ -203,7 +203,7 @@
|
|||||||
<img
|
<img
|
||||||
title="Dein Registrierungs-Code"
|
title="Dein Registrierungs-Code"
|
||||||
alt="Dein Registrierungs-Code"
|
alt="Dein Registrierungs-Code"
|
||||||
src="https://barcodeapi.org/api/8/12345670?"
|
src="{{barcode_url}}"
|
||||||
style="
|
style="
|
||||||
display: block;
|
display: block;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
as="image"
|
as="image"
|
||||||
href="https://barcodeapi.org/api/8/12345670?"
|
href="{{barcode_url}}"
|
||||||
/>
|
/>
|
||||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||||
<meta name="x-apple-disable-message-reformatting" />
|
<meta name="x-apple-disable-message-reformatting" />
|
||||||
@ -202,7 +202,7 @@
|
|||||||
<img
|
<img
|
||||||
title="Your registration code"
|
title="Your registration code"
|
||||||
alt="Your registration code"
|
alt="Your registration code"
|
||||||
src="https://barcodeapi.org/api/8/12345670?"
|
src="{{barcode_url}}"
|
||||||
style="
|
style="
|
||||||
display: block;
|
display: block;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user