Tag: google

Google Mail – DNS server returned answer with no data

If you’re attempting to configure a Google Business App domain name for an email address alias and you’re running into this error: DNS server returned answer with no data Remember to setup the Google MX records after validating your domain name with Google. This is the next step in the Google -> Domains section for […]

PEAR Mail with Google Business Apps SMTP

If you are using PEAR Mail with Google Business Apps SMTP and are running into connection timeout errors, with the following configuration: $smtp = Mail::factory(‘smtp’, array (‘host’ => $host, ‘port’ => ‘465’, ‘auth’ => true, ‘username’ => $username, ‘password’ => $password)); Try changing the port to 587 (Port for TLS/STARTTLS)