Configure PHP Laravel client to send messages from an AWS Workmail Account

0

Hello, Community.

I have an AWS Workmail Organization with one user (myuser@mydomain.com).

I have a PHP Laravel app and I want to configure .env file so my app can send messages using myuser@mydomain.com email account. How can I accomplish this without using SES?

Thanks in advanced.

Regards,

질문됨 2년 전724회 조회
1개 답변
0

Hi,

You should be able to use the WorkMail SMTP end-point. documentation. Do note that WorkMail is a mail and calendaring solution that is not intended for automated mailing and violation of its terms can lead to being blocked from sending mail. For automated mailings its recommended to use SES.

Kind regards, Robin

AWS
전문가
답변함 2년 전
  • Thanks, Robin.

    So, How Can I configure SES to send messages using my WorkMail Account (myuser@mydomain.com) from PHP Laravel client? Because I see that the parameter asks for a SMTP user name. So, How Can I use my WorkMail email account as username?

    Thanks in advanced.

  • Hi,

    You will need to configure this in SES by verifying your email address in the SES console.

    Kind regards, Robin

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠