Magento Certified Professional Cloud Developer — Question 1
In a Pro plan project, you notice there is a mail delivery problem in the Integration environment.
How do you troubleshoot this?
Answer options
- A. Change the log level in the log:email section of the .magento.env.yaml file
- B. Update the SPF record in the DNS
- C. Look in the var/log directory for the mail.log file
- D. Move the test to the Staging environment
Correct answer: D
Explanation
The correct answer is D because moving the test to the Staging environment allows for a controlled environment to further investigate the mail delivery issue without affecting the Integration environment. Options A, B, and C involve adjustments or checks that may not directly address troubleshooting mail delivery problems in the current setup.