Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~373 People Reached
Favorite Forums
Favorite Tags
Member Avatar for javaid97

Hi, If anybody want to test simple email online form, here is a sample: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Test php mail</title> </head> <body> <?php $to = "example@example.com" . ", "; //writing mail to the user $subject = "mailer"; …

Member Avatar for javaid97
-1
210
Member Avatar for javaid97

If you want to transfer Cpanel DNS zone to other server here are steps: 1. vi /etc/named.conf Add IPs under acl trusted-servers feild and add "trusted-servers" in allow-transfer. ============================================================================= include "/etc/rndc.key"; controls { inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; }; }; acl trusted-servers{ x.x.x.x; //Other DNS server1 …

0
163