Does mail() work with PHP on X10 Hosting?

redlites

New Member
Messages
8
Reaction score
0
Points
0
hello,

I'm making a feedback/inquiry page for my website and I did some research and PHP was best for the job. I'm want to use the mail(); function in PHP to send the feedback to my email. Does X10 have an smtp server which I could use to send it to my email? If so, how do I set it up? If not, what are my alternatives?

Thanks for your responses.
 

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
hello,

Does X10 have an smtp server which I could use to send it to my email?
Thanks for your responses.

Yes you can use smtp server.
Use the following info.
SMTP server :localhost
Username: Your cpanel username.
Password: Your cpanel password.


Or alternately you may use php mail() function.But make sure have you applied for intermediate php version from your account management panel.
 
Top