When mail is submitted, it will be sent to [email protected]
That can result in spam complaint as you don't own that email address. So make sure you set it to your email address, so only you get the email.PHP Code:mail('[email protected]', 'Message from Skype', $body , 'From: ' . $fromEmail . "\n\r");
You can delete the script later, if not spam bots will find it and sent spam message using the contact us form, this is why many sites use Captcha on contact forms.





Reply With Quote

Bookmarks