WebSite X5Help Center

 
Pedro Ribeiro
Pedro Ribeiro
User

Email  en

Autor: Pedro Ribeiro
Visitado 1031, Seguidores 1, Compartilhado 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.

Publicado em
4 RESPOSTAS - 1 CORRIGIR
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. 

Ler mais
Publicado em de Franz-Josef H.
Pedro Ribeiro
Pedro Ribeiro
User
Autor

hello, it a domain email.

Ler mais
Publicado em de Pedro Ribeiro
Pedro Ribeiro
Pedro Ribeiro
User
Autor

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

Ler mais
Publicado em de Pedro Ribeiro
Pedro Ribeiro
Pedro Ribeiro
User
Autor

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.

Ler mais
Publicado em de Pedro Ribeiro