Добрый день,
Кто нибудь сталкивался с такой проблемой при отправке почты?
Swift_TransportException (503)
Expected response code 354 but got code "503", with message "503 Valid RCPT command must precede DATA "
Проблема тут:
try {
$this->mailer->to($user->email)->send(new VerifyMail($user));
} catch (\DomainException $e) {
Log::warning('Email sending not supported on local');
}
Подскажите пожавлйста - как поправить?