@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Azine\EmailBundle\Controller; |
4 | 4 | |
5 | -use Symfony\Component\HttpFoundation\Session\Flash\FlashBag; |
|
6 | -use Symfony\Component\HttpFoundation\Session\Session; |
|
7 | 5 | use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; |
8 | 6 | use Symfony\Component\HttpFoundation\JsonResponse; |
9 | 7 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Symfony\Bundle\FrameworkBundle\Translation\Translator; |
10 | 10 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
11 | 11 | use FOS\UserBundle\Mailer\TwigSwiftMailer; |
12 | -use Azine\EmailBundle\Entity\RecipientInterface; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * This Service is used to send html-emails with embedded images |