Swift_TransportException error in laravel
问题 I'm trying to create a contact form that email the message to my email address. When I tested it out I got this error Swift_TransportException Expected response code 250 but got code "530", with message "530 5.7.0 Must issue a STARTTLS command first. bv17sm3597476wib.13 - gsmtp " This is my controller public function contact() { $data = array( 'name' => Input::get('name') ); Mail::send('emails.contact', $data, function($message){ $message->to('test@gmail.com', 'Nikki')->subject('Login Details