Difference between revisions of "WordPress"

Jump to navigation Jump to search
97 bytes added ,  15:35, 9 September 2013
m
→‎Send Emails via SMTP Server: added $SMTPSecure option
m (→‎Send Emails via SMTP Server: Updated for v3.6)
m (→‎Send Emails via SMTP Server: added $SMTPSecure option)
Line 44: Line 44:
##* EG <code>public $Username      = 'blog-email-account';</code>
##* EG <code>public $Username      = 'blog-email-account';</code>
##* EG <code>public $Password      = 'blog-email-ac-password';</code>
##* EG <code>public $Password      = 'blog-email-ac-password';</code>
##* EG <code>public $SMTPSecure    = 'tls';</code> (if required, could also be <code>ssl</code>)


It's a bit of a pain to test, but if you've got comment notifications turned on, create a comment that needs approval and see if you get an approval request.
It's a bit of a pain to test, but if you've got comment notifications turned on, create a comment that needs approval and see if you get an approval request.

Navigation menu