-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
Hi,
I m trying to send emails from the CLI (with a valid scheme/host)
- For the
{{ url('app_homepage') }}
=> it works (cf http://symfony.com/doc/current/cookbook/console/sending_emails.html#configuring-the-request-context-per-command) - For the
{{ absolute_url(asset('img/app.jpg')) }}
=> does not work
Is this a bug or I should use a different way to succeed ?
Many thanks for your answers,
Cheers,