{"id":55,"date":"2011-11-16T14:24:04","date_gmt":"2011-11-16T13:24:04","guid":{"rendered":"http:\/\/robin.jansman.info\/wordpress\/?p=55"},"modified":"2011-12-14T20:03:44","modified_gmt":"2011-12-14T19:03:44","slug":"using-wordpress-with-external-smtp-server","status":"publish","type":"post","link":"http:\/\/www.mb200d.nl\/wordpress\/2011\/11\/using-wordpress-with-external-smtp-server\/","title":{"rendered":"Using WordPress With External SMTP server"},"content":{"rendered":"<p>Source:<br \/>\n<a title=\"http:\/\/maisonbisson.com\/blog\/post\/12939\/using-wordpress-with-external-smtp-server\/\" href=\"http:\/\/maisonbisson.com\/blog\/post\/12939\/using-wordpress-with-external-smtp-server\/\">http:\/\/maisonbisson.com\/blog\/post\/12939\/using-wordpress-with-external-smtp-server\/<\/a><\/p>\n<p>Find in \/wp-includes\/pluggable.php the line that says $phpMailer-&gt;isMail();<\/p>\n<p>Changed that to $phpMailer-&gt;isSMTP();<\/p>\n<p>Now edit \/wp-includes\/class-phpmailer.php. Change the settings to whatever you wat.<\/p>\n<pre>...\r\npublic $Host = 'mailserver.domain.com';\r\n...\r\npublic $SMTPAuth = 'true'; \/\/(or false)\r\n...\r\npublic $Username = 'myusername';\r\n...\r\npublic $Password = 'mypassword';\r\n...<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Source: http:\/\/maisonbisson.com\/blog\/post\/12939\/using-wordpress-with-external-smtp-server\/ Find in \/wp-includes\/pluggable.php the line that says $phpMailer-&gt;isMail(); Changed that to $phpMailer-&gt;isSMTP(); Now edit \/wp-includes\/class-phpmailer.php. Change the settings to whatever you wat. &#8230; public $Host = &#8216;mailserver.domain.com&#8217;; &#8230; public $SMTPAuth = &#8217;true&#8217;; \/\/(or false) &#8230; public $Username = &#8216;myusername&#8217;; &#8230; public $Password = &#8216;mypassword&#8217;; &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,5,1],"tags":[19,36,20,37,18],"class_list":["post-55","post","type-post","status-publish","format-standard","hentry","category-english","category-it-related","category-robin","tag-mail","tag-phpmailer","tag-smtp","tag-smtpauth","tag-worpress"],"_links":{"self":[{"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/posts\/55","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/comments?post=55"}],"version-history":[{"count":3,"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/posts\/55\/revisions"}],"predecessor-version":[{"id":119,"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/posts\/55\/revisions\/119"}],"wp:attachment":[{"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/media?parent=55"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/categories?post=55"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.mb200d.nl\/wordpress\/wp-json\/wp\/v2\/tags?post=55"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}