Home › Forums › GetFund – A Professional Laravel Crowdfunding Platform › Mail settings › Reply To: Mail settings
Hi
Just change the mail driver from SMTP to mail, example below
SMTP
mail
Find MAIL_DRIVER=smtp at your root/.env file
MAIL_DRIVER=smtp
Replace it will MAIL_DRIVER=mail
MAIL_DRIVER=mail
Then it will send the mail from your server mail function
Best regards