How can you check if emails is being sent the smtp server specified in the .env file?
Note after sending an email a banner flashes across the screen that the message was sent successfully. However, the SMTP servers log files show no rejection or a delivery attempt. I also tried w/ my Gmail creds, same result.
Besides setting the smtp creds in the .env file is there anything else that needs to be done?
Thanks.