WebSite X5Help Center

 
Pedro Ribeiro
Pedro Ribeiro
User

Email  en

Author: Pedro Ribeiro
Visited 1049, Followers 1, Shared 0  

Websitex5 pro - 2021.2.8

I made a website with contact form but now when I try to send email from there I receive no emails. My hostings php version is 7.1 and i also try 7.2. So i dont know what the problem might be.

Posted on the
4 ANSWERS - 1 CORRECT
Franz-Josef H.
Franz-Josef H.
Moderator

Which email address did you insert for the dispatch email?

Is it a domain email or a "free" email like yahoo or gmx? A domain email should always be used.

You can also select a different script type for sending emails in data management. (with inferior quality) and then test.

Maybe your emails ended up in the SPAM folder?

Check out, if you can change php to Version 8.0 and try again. 

Read more
Posted on the from Franz-Josef H.
Pedro Ribeiro
Pedro Ribeiro
User
Author

hello, it a domain email.

Read more
Posted on the from Pedro Ribeiro
Pedro Ribeiro
Pedro Ribeiro
User
Author

The hosting I have doesn't have mysql. is needed for email?

Read more
Posted on the from Pedro Ribeiro
Pedro Ribeiro
Pedro Ribeiro
User
Author

In the php email  i have this

$form->mailToOwner($_POST['imObjectForm_1_1'] != "" ? $_POST['imObjectForm_1_1'] : '***', '***', 'Comprovativo Compra', 'Recebeu do seu site um comprovativo de compra.', false);
$form->mailToCustomer('***', $_POST['imObjectForm_1_1'], 'xxxxx - xxxxx', 'O seu comprovativo foi recebido com sucesso. Iremos processar a sua encomenda.

or i have to have 

$form->mailToOwner('***', '***', 'Comprovativo Compra', 'Recebeu do seu site um comprovativo de compra.', false);
$form->mailToCustomer('***', $_POST['imObjectForm_1_1'], 'xxxxx - xxxxx', 'O seu comprovativo foi recebido com sucesso. Iremos processar a sua encomenda.

Read more
Posted on the from Pedro Ribeiro