Ok, what type of support i will be getting after purchasing this template.
profart
POSTED: 2019-01-14
Hello TANMAYJOSHY,
As a rule, this is an aid in solving problems related to the template - what is not described in the documentation. If you need assistance in adapting, we will advise and help you without any problems.
Unfortunately, it is not possible to check the possibilities on this site.
This is a simple HTML template, it will work the same on all domains.
u got any whtsapp no, so we can talk ther or any other way
profart
POSTED: 2019-07-14
Hello TANMAYJOSHY,
Unfortunately, this is the only way. Can you ask your hosting provider about the possibility of sending messages? Most often, this feature is blocked for security reasons or is not available on free tariff plans.
i copy the same, still no result.
i have to launch website tomm,
pls help
profart
POSTED: 2019-07-14
I think that you need to contact your hosting provider on this issue, we have just checked the working capacity of the script - it is working. If you can wait 2-3 days, our specialist will be able to solve the problem with the remote connection.
I am still struggling with email issue. i cannot recieve email from contact form.
please guide me with the help of your technician .
profart
POSTED: 2019-09-04
Hello TANMAYJOSHY,
I'm glad to see you again.
Have you tried to contact the technical support of your hosting? Try to create testmail.php file with the following content:
<?php
ini_set( 'display_errors', 1 );
error_reporting( E_ALL );
$from = "emailtest@YOURDOMAIN";
$to = "YOUREMAILADDRESS";
$subject = "PHP Mail Test script";
$message = "This is a test to check the PHP Mail functionality";
$headers = "From:" . $from;
mail($to,$subject,$message, $headers);
echo "Test email sent";
?>
View History
Thanks
We are sorry, we do not have a demo version of this template, there is premium only.
Regards, AS Team.
View History
As a rule, this is an aid in solving problems related to the template - what is not described in the documentation. If you need assistance in adapting, we will advise and help you without any problems.
Unfortunately, it is not possible to check the possibilities on this site.
This is a simple HTML template, it will work the same on all domains.
Thanks
View History
i purchase a licenced copy of WEBSITE TEMPLATE NEGATIVE
i am having problem with contact us page,
how to setup my email id so dat i can recieve mail
from others.
please need your help
You just need to specify address to which the messages will be sent in this line:
$to = 'John <mailjohn@example.com>';
Thanks
View History
$to = 'Shreeji Infotech <miraclevadodara@gmail.com>';
but still not getting mail.
please help
you can take remote and can see if possible.
Does sending a message with mail function work? Can you find out from your provider?
View History
u got any whtsapp no, so we can talk ther or any other way
Unfortunately, this is the only way. Can you ask your hosting provider about the possibility of sending messages? Most often, this feature is blocked for security reasons or is not available on free tariff plans.
View History
i got cpanel details also,
from which email the message will be sending
i got two mail
sales@shreeinfotech.net
support@shreeinfotech.net
and i want to recieve in miraclevadodara@gmail.com
is it possilbe
can u connect me throug remote
I understand what your problem is. Please check your file. These lines should look like this:
// TODO: Remove This, for test only
// file_put_contents('mail_messages/' . date("Y.m.d") . '_' . substr(md5(time()), 0, 8) . '.txt', $message_text);
// Get result
$result = mail($to, $subject, $message_text, $headers);
//$result = true;
View History
file_put_contents('mail_messages/' . date("Y.m.d") . '_' . substr(md5(time()), 0, 8) . '.txt', $message_text);
// Get result
//$result = mail($to, $subject, $message_text, $headers);
$result = true;
this is the script exactly return, do i need to do any changes.
You need to replace these lines with the ones I sent.
View History
i have to launch website tomm,
pls help
View History
i need support on 2 more points.
will contact you in 2 days,
thnks
Contact me by email for a more detailed conversation (see documentation).
View History
I am still struggling with email issue. i cannot recieve email from contact form.
please guide me with the help of your technician .
I'm glad to see you again.
Have you tried to contact the technical support of your hosting? Try to create testmail.php file with the following content:
<?php
ini_set( 'display_errors', 1 );
error_reporting( E_ALL );
$from = "emailtest@YOURDOMAIN";
$to = "YOUREMAILADDRESS";
$subject = "PHP Mail Test script";
$message = "This is a test to check the PHP Mail functionality";
$headers = "From:" . $from;
mail($to,$subject,$message, $headers);
echo "Test email sent";
?>
What will be the result of its execution?
Thank you:)