Guest User

Untitled

a guest
Mar 30th, 2018
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Error executing "SendRawEmail" on "https://email.eu-west-1.amazonaws.com"; AWS HTTP error: Client error: `POST https://email.eu-west-1.amazonaws.com` resulted i ▶
  2. <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">n
  3. <Error>n
  4. <Type>Sender</Type>n
  5. <Code>MessageReje (truncated...)n
  6. MessageRejected (client): Email address is not verified. The following identities failed the check in region EU-WEST-1: example1@gmail.com - <ErrorResponse x ▶
  7. <Error>n
  8. <Type>Sender</Type>n
  9. <Code>MessageRejected</Code>n
  10. <Message>Email address is not verified. The following identities failed the check in region EU-WEST-1: mgriffiths@gmail.com</Message>n
  11. </Error>n
  12. <RequestId>645a3241-342f-11e8-8a1c-7ffffe0019e2</RequestId>n
  13. </ErrorResponse>n
  14.  
  15. Mail::to('example1@gmail.com')->send(new TestMailable());
  16.  
  17. public function build()
  18. {
  19. return $this->view('emails.test_email')
  20. ->subject('Test Email '. time())
  21. ->from('noreply@mydomain.com');
  22. }
Add Comment
Please, Sign In to add comment