Email setup

If you want to configure mail for yourself. Find file by path:
'external/form/***.php'
Change the field in them:

					$to = "youremail@gmail.com";
				

*If you are using "GULP" - after the changes run the command "gulp build"
**Then transfer the changes to the server.
BACK TO TOP