protected function createTransportAsync() { $transport = new MandrillTransport($this->dispatcher); $transport->setApiKey(getenv('MANDRILL_TEST_API_KEY')); $transport->setAsync(true); return $transport; }
/** * Returns an instance of the transport through which test messages can be sent * * @return MandrillTransport */ protected function createTransport() { $transport = new MandrillTransport($this->dispatcher); $transport->setApiKey('AexOlO8l1E1JE_7jEXbSpQ'); return $transport; }