- This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago by
Support. This post has been viewed 1116 times
-
AuthorPosts
-
August 8, 2020 at 7:12 am #10034094
julianneuss
ParticipantHello,
I hope you are doing great
I have in the server all the folders downloaded from Envato Market and only the HTMLs i use. I’m trying to set up the contact-us.html but this is not working.
Any input will say ERROR.
Please help,
Thanks
August 8, 2020 at 10:40 am #10034100Support
KeymasterHello, thanks for your purchase.
There are somethings you can try. Please check this topic:
http://www.okler.net/forums/topic/important-contact-form-is-not-working/If even so still not works, please share with us all code of you
contact-form.phpfile. You can use a service like https://pastebin.com to generate a link with your code and share with us.Kind Regards,
Rodrigo.
If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads
August 11, 2020 at 11:04 am #10034125julianneuss
ParticipantHello, this is my contact-form.php
And, https://drive.google.com/file/d/1pWgrS3UEmLJuHLhakqljHT0cF_Qi1mMI/view?usp=sharing here you can see the picture of what happens when you try to use the form on the server.
The server is hosted in GODADDY using CPANEL.
I need this working by Thursday! Please help!!!
Thanks,
Julian
August 11, 2020 at 11:05 am #10034126julianneuss
ParticipantBtw, Im using the contact-us.hmtl which i think uses the contact-form.php.
August 11, 2020 at 10:48 pm #10034137Support
KeymasterHello,
Thanks for the infos!
Please try by creating a email trough Godaddy CPANEL (this email will send the contacts), for example: “[email protected]”. Once you have the email created, use the following settings for the SMTP at “contact-form.php” (Step 2):
$mail->IsSMTP(); // Set mailer to use SMTP $mail->Host = 'smtpout.secureserver.net'; // Specify main and backup server $mail->SMTPAuth = true; // Enable SMTP authentication $mail->Username = '[email protected]'; // SMTP username $mail->Password = 'xxxxxxxxxxx'; // SMTP password // $mail->SMTPSecure = 'tls'; leave it commented // Enable encryption, 'ssl' also accepted $mail->Port = 80; // TCP port to connect to
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.
If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads
-
AuthorPosts
This topic is marked as "RESOLVED" and can not rceive new replies.