Jump to content

Form input not sending to email address


jprahst32

Recommended Posts

I have a php form with 5 user input fields for basic information.

 

When I test the form on my local computer it sends correctly.

 

After I uploaded the form to my hosting company, the form does not send to the selected email address.

 

I think it has to do with the hosting companies php.ini file, but I do not know what to tell them to switch it to to make my form submit to the correct email address.

 

Any help would be appreciated.

Link to comment
https://forums.phpfreaks.com/topic/145467-form-input-not-sending-to-email-address/
Share on other sites

So what should I tell the host to do about the RDNS and MX Records?

 

Well first of all, I'm just guestimating your issue since you haven't provided your code. But assuming your code is fine..

 

1) if your domain is called: abc.com

 

You have to call your ISP and create MX records and RDNS that points to abc.com so that mail coming from their server is checked properly against SPAM filters.

 

2) It takes at least 24 hours for info to propagate the internet so you won't see results right away...

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.