I\'m going to use Symfony2 to sent periodically a newsletter to many users. I\'ve to include a permalink to the HTML email for those who experience problems in reading them
TWIG
If this is within a twig template, use url('your route') instead of path('your route') to get the absolute URL.
url('your route')
path('your route')