March 14, 2012

PHP SMTP Email, Mail.php, Rackspace Cloud Hosting, Pear Mail, Authenticated Email Function

PHP SMTP Email, Mail.php, Rackspace Cloud Hosting, Pear Mail, Authenticated Email Function //I AM USING HTTP POT VARS BECAUSE WE ARE GETTING VARIABLES FROM HTML FILE, IF WE USE PHP FILE THEN WE CAN USE $_POST & $_GET $random_hash = md5(date(‘r’, time())); $what_to_replace = array(‘contact_’,’_’); $replace_with = ‘ ‘;//WE WANA REPLACE UNDERSCORES WITH SPACES $http_vars […]

June 26, 2011

Gmail settings for outlook

Gmail settings for outlook This helping article is written for those developers who sometimes on client’s demand or sometimes to save disk quota configure mail server of the client’s domain with google mail service. Although a little search on google can figure our that how to configure google accounts in outlook but still when clients […]

June 11, 2011

Emails not reaching to clients email box

Emails not reaching to clients email box errrr!!! Sending email but not reaching to clients email box? This issue is rare but you can or facing it finally. There can be following reasons of this: You are using plain php mail() function, email delivered from which mostly treated as an anonymous sender Suggestion: You have […]