I liked this template. But i want to verify it with my domain. I want a download a demo version to check with my details and images.
Thanks
AS Templates
POSTED: 2019-01-13
Hello TANMAYJOSHY,
We are sorry, we do not have a demo version of this template, there is premium only.
Regards, AS Team.
tanmayjoshy
POSTED: 2019-01-13
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.
Thanks
tanmayjoshy
POSTED: 2019-07-14
good evening,
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
profart
POSTED: 2019-07-14
Hello TANMAYJOSHY,
You just need to specify address to which the messages will be sent in this line:
$to = 'John <mailjohn@example.com>';
Thanks
tanmayjoshy
POSTED: 2019-07-14
i mentioned in it
$to = 'Shreeji Infotech <miraclevadodara@gmail.com>';
but still not getting mail.
please help
you can take remote and can see if possible.
profart
POSTED: 2019-07-14
Hello TANMAYJOSHY,
Does sending a message with mail function work? Can you find out from your provider?
tanmayjoshy
POSTED: 2019-07-14
i didnt get you,
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.
tanmayjoshy
POSTED: 2019-07-14
my domain is shreeinfotech.net
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
profart
POSTED: 2019-07-14
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;
tanmayjoshy
POSTED: 2019-07-14
// 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;
this is the script exactly return, do i need to do any changes.
profart
POSTED: 2019-07-14
Hello TANMAYJOSHY,
You need to replace these lines with the ones I sent.
tanmayjoshy
POSTED: 2019-07-14
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.
tanmayjoshy
POSTED: 2019-07-14
ok,
i need support on 2 more points.
will contact you in 2 days,
thnks
profart
POSTED: 2019-07-16
Hello TANMAYJOSHY,
Contact me by email for a more detailed conversation (see documentation).
tanmayjoshy
POSTED: 2019-09-04
Hello, GM
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";
?>
Thanks
We are sorry, we do not have a demo version of this template, there is premium only.
Regards, AS Team.
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
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
$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?
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.
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;
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.
i have to launch website tomm,
pls help
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).
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:)