WebSite X5Help Center

 
Burak Atasoy
Burak Atasoy
User

Email  en

Autor: Burak Atasoy
Besucht 1664, Followers 1, Geteilt 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

Gepostet am
7 ANTWORTEN
Incomedia
Claudio D.
Incomedia

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!

Mehr lesen
Gepostet am von Claudio D.
Burak Atasoy
Burak Atasoy
User
Autor

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

Mehr lesen
Gepostet am von Burak Atasoy
Burak Atasoy
Burak Atasoy
User
Autor

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 ?

Mehr lesen
Gepostet am von Burak Atasoy
Burak Atasoy
Burak Atasoy
User
Autor

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 .

Mehr lesen
Gepostet am von Burak Atasoy
Incomedia
Claudio D.
Incomedia

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!

Mehr lesen
Gepostet am von Claudio D.
Burak Atasoy
Burak Atasoy
User
Autor

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 .

Mehr lesen
Gepostet am von Burak Atasoy
Burak Atasoy
Burak Atasoy
User
Autor

I solved this problem developed class and define , if someone experience same issue than can contact me .

Mehr lesen
Gepostet am von Burak Atasoy