strangely mail dont work

ainclanmx
30 Posts
ainclanmx posted this 22 November 2020
Ask a Question

I try activated.php
code:
<?php if (function_exists('mail')) { if (function_exists('mail')) {?> echo "La función mail -SI- esta activada";
} else {

echo "La función mail -NO- esta activada"; 

}
?>
Result: Activated

then i try sendmail.php
code:
<?php $para ; $titulo ; $mensaje ; $cabeceras . "\r\n" . $para ; $titulo ; $mensaje ; $cabeceras . "\r\n" .?> 'X-Mailer: PHP/' . phpversion();
mail($para, $titulo, $mensaje, $cabeceras);
echo "Enviado";
?>
and work Ok. ( I get mail).

but when i try with nicepage scripts dont work; page say: Send succesfully but mail dont arrive.

What can i do??

thanks

I try activated.php code: &lt;?php if (function_exists(&#39;mail&#39;)) { if (function_exists(&#39;mail&#39;)) {?&gt; echo "La función mail -SI- esta activada"; } else { echo "La función mail -NO- esta activada"; } ?> Result: Activated then i try sendmail.php code: &lt;?php $para ; $titulo ; $mensaje ; $cabeceras . &quot;\r\n&quot; . $para ; $titulo ; $mensaje ; $cabeceras . &quot;\r\n&quot; .?&gt; 'X-Mailer: PHP/' . phpversion(); mail($para, $titulo, $mensaje, $cabeceras); echo "Enviado"; ?> and work Ok. ( I get mail). but when i try with nicepage scripts dont work; page say: Send succesfully but mail dont arrive. What can i do?? thanks
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
ainclanmx
30 Posts
ainclanmx posted this 22 November 2020

I try with Custom Url in form: I use: "http://nuestro.website/mail2.php"

and mail is sended and i get mail in my inbox, BUT, nicepage say: "Error: I cant send mail" and stay in same page.

How can i avoid error message if i send mail correctly and jump to my home page??

Thanks

I try with Custom Url in form: I use: "http://nuestro.website/mail2.php" and mail is sended and i get mail in my inbox, BUT, nicepage say: "Error: I cant send mail" and stay in same page. How can i avoid error message if i send mail correctly and jump to my home page?? Thanks
Support Team
Support Team posted this 27 November 2020

Alejandro,

Can you please attach you project? Are you getting error from your CMS? If so, we will need temporary access to your website.

...................................................
Sincerely,
Allen R.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Alejandro, Can you please attach you project? Are you getting error from your CMS? If so, we will need temporary access to your website. ................................................... Sincerely, Allen R. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ainclanmx
30 Posts
ainclanmx posted this 27 November 2020

Thanks for your reply

I use other url with php to send mail and finally work

but, You know how to jump to another page after send mail if use URL??
because if i select URL then input to jump desapear as show in image.

Thanks

Thanks for your reply I use other url with php to send mail and finally work but, You know how to jump to another page after send mail if use URL?? because if i select URL then input to jump desapear as show in image. Thanks
Support Team
Support Team posted this 30 November 2020

Alejandro,

Unfortunately, no, we do not have a solution out of the box.

...................................................
Sincerely,
Allen R.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Alejandro, Unfortunately, no, we do not have a solution out of the box. ................................................... Sincerely, Allen R. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments