Order received and the customer was successfully charged by Stripe. But, unfortunately no email generated so resulted in missing order as did not receive any order email notification. No error log found in System Log, except: Payment error -> Address in mailbox given [xxxxxxx@gmail.com ] does not comply with RFC 2822, 3.6.2. Found this log in payment attempts tab.
I Do not want to comment out RFC in Swift mailer to disable RFC Standard Check, but desperately want to avoid this kind of embarrassment in the future. Is there any other solution available like- running artisan config: cache or artisan config: clear??
Many thanks.