Browse Source

run smtp :email: through Oauth

windhamdavid 8 years ago
parent
commit
3e61c21b09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -22,7 +22,7 @@ add_action( 'after_setup_theme', 'dw_setup' );
 if ( ! function_exists( 'dw_plugs' ) ):
 if ( ! function_exists( 'dw_plugs' ) ):
 function dw_plugs() {
 function dw_plugs() {
 	if (!class_exists('dw_smtp')) {
 	if (!class_exists('dw_smtp')) {
-		include_once(TEMPLATEPATH.'/inc/smtp.php');
+		//include_once(TEMPLATEPATH.'/inc/smtp.php');
 	}
 	}
 	if (!class_exists('dw_crumbs')) {
 	if (!class_exists('dw_crumbs')) {
 		//include_once(TEMPLATEPATH.'/inc/crumbs.php');
 		//include_once(TEMPLATEPATH.'/inc/crumbs.php');