Skip to content

Add informations to use embed images into the twig template to the RE… #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 7, 2016

Conversation

alexisprevot
Copy link
Contributor

…ADME.md

@@ -73,6 +73,20 @@ $swiftMail->setTo('recipient@example.com');
$mailer->send($swiftMail);
```

You can also view images directly into the email without the user must click to the display button.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather say:

You can also embed images directly into the email by using the embedImage function. By embedding an image into the email, most mail clients will display the image directly without printing the traditional warning.

Note: embedImage expects one parameter: the full path to the image file.

@moufmouf moufmouf merged commit 37484ad into thecodingmachine:5.0 Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants