Hey all
I set up a contact form on a site and when I click submit the email is coming from Nobody@Domain.com
How can I change this where it sends from a person like My Business Name?
Hey all
I set up a contact form on a site and when I click submit the email is coming from Nobody@Domain.com
How can I change this where it sends from a person like My Business Name?
open your config file and change it.
Or if you running forum, wordpress, jooma , CMS PHP it must have a option on your Admin Setting.
Its not a CMS, its a custom site. and by the config file, I take you are you are talking about the sendmail.php?
if your form , action=“sendmail.php”
Then open that file, look at line start with : mail(
Then you will see the "Form: $varible here " <– search for that varible or change it to yourname@yourbusiness.com
Or you will see some like $header , change on that line.