Skip to content
Snippets Groups Projects

Add embedUri() and use it for test emails. Missing tests.

Merged Adam Shepherd requested to merge issue/symfony_mailer-3382624:3382624-embed-api into 1.x
13 files
+ 593
21
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -10,7 +10,8 @@ configuration:
@@ -10,7 +10,8 @@ configuration:
<p>This is a test email from <a href="[site:url]">[site:name]</a>.</p>
<p>This is a test email from <a href="[site:url]">[site:name]</a>.</p>
<p>Have a great <span class="day">{{ day }}</span>!</p>
<p>Have a great <span class="day">{{ day }}</span>!</p>
<h4 class="text-small">
<h4 class="text-small">
<a href="https://www.drupal.org/project/symfony_mailer">Drupal Symfony Mailer</a>
<a href="https://www.drupal.org/project/symfony_mailer">Drupal Symfony Mailer</a>
 
<img class="symfony-mailer-logo" src="{{ logo_url }}">
</h4>
</h4>
format: email_html
format: email_html
email_subject:
email_subject:
Loading