How do you disable Mailhog on a local dev environment?
We want to send test emails directly to our inboxes.
We’ve tried signing up for Mailchimp, SendLayer, Mailgun etc but they all require a hosted domain and give you NS Records you have to enter. On a local install of course we can’t do that.
It looks like you have to modify this line in php.ini:
sendmail_path = "\"{{mail.mailhogPath}}\" sendmail --smtp-addr={{mail.mailhogSmtpAddr}} mailhog@flywheel.local
What exact line should replace that?