php mail function

Status
Not open for further replies.

theushap

New Member
Messages
3
Reaction score
0
Points
1
I have created a form and a script using the php mail function, but it does not send the email that I have entered an email. Instead it says I have to have some permissions. I am not sure how to enable these permissions, will someone help me? I have attached what the form looks like and the message I am receiving. Thank you!x101.PNG x102.PNG
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
Your form is going to http://example.com which is, an example domain.
Change the redirect path set in 'sendmixed.php' to your domain and the 'thankyou.html' page you may have stored under your account as something else.
 

theushap

New Member
Messages
3
Reaction score
0
Points
1
Your form is going to http://example.com which is, an example domain.
Change the redirect path set in 'sendmixed.php' to your domain and the 'thankyou.html' page you may have stored under your account as something else.
How would I do that? I know this should be fairly easy but I am fairly new to html and php
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
Simply searching for 'http://example.com' and replacing it with your domain will do. Also, do create a page for where it would land if it were to fail or succeed.
 
Status
Not open for further replies.
Top