WebSite X5Help Center

 
Pedro Ribeiro
Pedro Ribeiro
User

Email  en

Autore: Pedro Ribeiro
Visite 1023, Followers 1, Condiviso 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.

Postato il
4 RISPOSTE - 1 CORRETTO
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. 

Leggi di più
Postato il da Franz-Josef H.
Pedro Ribeiro
Pedro Ribeiro
User
Autore

hello, it a domain email.

Leggi di più
Postato il da Pedro Ribeiro
Pedro Ribeiro
Pedro Ribeiro
User
Autore

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

Leggi di più
Postato il da Pedro Ribeiro
Pedro Ribeiro
Pedro Ribeiro
User
Autore

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.

Leggi di più
Postato il da Pedro Ribeiro