Skip to content

Commit

Permalink
agree
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
hacan359 and vjik authored Feb 16, 2025
1 parent f0ca680 commit e425ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/en/tutorial/mailing.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ return (new \Yiisoft\Mailer\Message())
In your view or layout template, you can reference the embedded image using its CID:

```php
<img src="<?= $imageFile->cid(); ?>">
<img src="<?= $logoCid; ?>">
```

## Sending a Message
Expand Down

0 comments on commit e425ce3

Please sign in to comment.