Saturday 22 July 2017

Access website from IP address on our local PC


Generally the website can be accessed by typing http://server_ip/~cpanelusername/
on the server’s cpanel without Domain name Server ( DNS ) pointing .
But in some hosting provider disable this feature due to security reasons . Thus ‘mod_userdir’ is disabled and you can’t enable it on your shared hosting .
However , we have an alternate method to test our new server .
Follow below tutorials : http://unitedwebsoft.in/blog/access-website-without-domain-name-assigned/

Wednesday 5 July 2017

Send Email via SMTP Server in PHP using PHPMailer

Any web application may need send email through it’s script. In PHP, we use mail() function to send from web server .However sometimes it may cause delivery issue.
Means when we send email from php using just mail() function , sometimes recipient don’t receive the mail .To overcome this issue we need SMTP to send email in php .
Visit tutrials link


http://unitedwebsoft.in/blog/send-email-via-smtp-server-php-using-phpmailer/