Просмотрено 1668,
Подписчики 1,
Размещенный 0
I say hello everyone ,
I am using some form and When someone fill the form and then the form come to my mail adress ,But its not come no longer ,When I contact to hosting they are say to block due to security reason and they offer me you have to use authantication method and hve to use real mail adress and password ,now I ask to How Can I send form to my mai-l adresss using hosting mail account .
Best Regards
Размещено
Hello Burak,
the Email form in WebSite X5 uses the PHP mail()function to send emails and it's widely used on the php servers.
Unfortunately we cannot give support to change the source code of the program to adapt it to custom settings of a specific server.
Please let me know if I can help you any further! Thank you!
Автор
Actually your program is perfect except some features ,firstly you may develop the admin panel and support best features
Thanks again ,We will wait and see
Автор
if I add the following code into the imemailform.php than iw will work corectly ?
$message->Host = "mail.xxx.com";
$message->SMTPAuth = true;
$message->Port = 587;
$message->Username =***
$message->Password = "xxxxxxx";
or suggest any idea ?
Автор
And also you have to add this features into the new version X5 ,Normally most hosting company are block the unautharization mail script like PHP Self mail()function,But PHP mailler was work correctly .
Hello Burak,
Unfortunately we cannot give support to change the source code of the program to adapt it to custom settings of a specific server.
Most hosting Service allows the use of the mail() function because this is a standard function of php.
Many thanks!
Автор
its true but if hosting company was allow than hackers can send e-mail same method,actually you just add to few line into the imemailform.php and upload some php class .Maybe future version of X5 would be include .
Автор
I solved this problem developed class and define , if someone experience same issue than can contact me .