И теперь узнаю — удобно ли в 2016-2018-2020 году это будет делать? Ибо PHP уже совсем развития не получает.
protected function execute(InputInterface $input, OutputInterface $output)
{
$mailer = $this->getContainer()->get('swiftmailer.transport.real');
$message = \Swift_Message::newInstance()
->setFrom(['mail@nkt.me' => 'Admin'])
->setTo($input->getOption('to'))
->setSubject($input->getOption('subject'))
->setBody($input->getOption('body'));
$output->writeln(sprintf('Sent %s emails', $mailer->send($message)));
}
[Swift_TransportException]
Expected response code 250 but got code "", with message ""