Title: codeGlaze's Replies | WordPress.org

---

# codeGlaze

  [  ](https://wordpress.org/support/users/codeglaze/)

 *   [Profile](https://wordpress.org/support/users/codeglaze/)
 *   [Topics Started](https://wordpress.org/support/users/codeglaze/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codeglaze/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codeglaze/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codeglaze/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codeglaze/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codeglaze/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SendPress Newsletters] Errors Appearing in Log](https://wordpress.org/support/topic/errors-appearing-in-log/)
 *  [codeGlaze](https://wordpress.org/support/users/codeglaze/)
 * (@codeglaze)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/errors-appearing-in-log/#post-4312802)
 * Bleh, I thought I responded to this.
 * I think I got it to stop by filling in the notification field.
    I had previously
   had it unchecked and not filled in.
 * Up until that point it was still throwing errors about 2 weeks ago, yea.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SendPress Newsletters] Errors Appearing in Log](https://wordpress.org/support/topic/errors-appearing-in-log/)
 *  [codeGlaze](https://wordpress.org/support/users/codeglaze/)
 * (@codeglaze)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/errors-appearing-in-log/#post-4312793)
 * We’re running PHP 5.4. Is there a setting optimization that’d help?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SendPress Newsletters] Errors Appearing in Log](https://wordpress.org/support/topic/errors-appearing-in-log/)
 *  [codeGlaze](https://wordpress.org/support/users/codeglaze/)
 * (@codeglaze)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/errors-appearing-in-log/#post-4312791)
 * > I’m assuming that’s in your error log?
   > We have a release going out this week that I think should fix it, but if not
   > we can gather some more info and trace it down.
 * Yessir.
    I took a quick look over at GitHub to see if you had pushed any changes,
   but it looked like the previous fix was the newest; and I didn’t see a beta branch
   or the like to comb through.
 * So I figured I’d post.
    Thanks for the update. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: SendPress] Email not delivering to Yahoo or AOL](https://wordpress.org/support/topic/plugin-sendpress-email-not-delivering-to-yahoo-or-aol/)
 *  Thread Starter [codeGlaze](https://wordpress.org/support/users/codeglaze/)
 * (@codeglaze)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-sendpress-email-not-delivering-to-yahoo-or-aol/#post-4475965)
 * Resolved! (Only took 13 hours >.>)
 * Okay so! For people looking to properly authenticate their website generated 
   emails … here is some help.
 *  1. **Use [mail-tester.com](http://www.mail-tester.com/) !**
 * >  * You are given a randomly generated email address to send your test emails
   > to. You can use that same address repeatedly. There’s a refresh option at the
   > top of the ‘results’ page. _Use it each time you send a new test email to that
   > address._
 *  2. **Enable/setup SPF for your emails.**
 * >  * mail-tester.com has a [ton of guides customized to many hosts](http://www.mail-tester.com/spf/).
 *  3. **Sign your email with DKIM**
    -  Install [Amazon SES DKIM Mailer](http://wordpress.org/plugins/amazon-ses-and-dkim-mailer/installation/)
      `(
      Thank you Roger MacRae, you are a godsend)`
    -  Generate a [DKIM key set](http://www.socketlabs.com/domainkey-dkim-generation-wizard/)(
      socketlabs)
    - >  -> _**‘Domain’**_ is the domain for your emails… what ever comes after 
      > the @ in your email.
      > > So me@**example.com** would be **example.com**
      > >  _BUT_ me@**my.example.
      > > com** would be **my.example.com**. No need for www. or http://
      >  -> _**‘Selector’**_ can seriously be anything. Just _keep it short_.
      >  [
      > [Instructions from the WP Plugin](http://wordpress.org/plugins/amazon-ses-and-dkim-mailer/installation/)]
    -  Copy your _Private Key_
       ( Including **—–BEGIN RSA PRIVATE KEY—–** and **—–
      END RSA PRIVATE KEY—–** )
    -  Paste your _Private Key_ into a file named _.htkeyprivate_
    -  Upload _.htkeyprivate_ to the **ROOT** level of your server. (The very top
      level, outside of the ‘www’ folder.)
    -  Set permissions to 400 or 440
    -  Add your public domainkey to your DNS Records (MX Entry / DNS Zone Editor/
      etc)
       [[Here’s a guide](http://helpwiki.easydns.com/index.php/Editing_TXT_Records)]
    - >  -> Select the domain you will be adding the DNS entries to.
      >  -> You will
      > be adding (or editing) two new TXT records. -> First record:
 *  -  HOST = _domainkey
    -  TTL = 14400
    -  Type = TXT
    -  Points to = t=y;o=~;
 *  -> Save
    -> Second record: (this is where your need your ‘selector’ from about
   and your _PUBLIC key_)
    -  HOST = <your selector here>_domainkey
    -  TTL = 14400
    -  Type = TXT
    -  Points to = <your _PUBLIC KEY_ here>
 *  -> Save
 * > The value t=y advises that the domain is still in testing mode. Once all is
   > set up and working, you’ll want to remove that.
   > o=~ specifies that some of the mail from your domain is signed, but not all.
   > You should specify o=- if all of the mail coming from your domain will be signed.
 *  4. ** If you are on any blacklists, start the process of trying to remove yourself
   from them. **
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SendPress Newsletters] Errors Appearing in Log](https://wordpress.org/support/topic/errors-appearing-in-log/)
 *  [codeGlaze](https://wordpress.org/support/users/codeglaze/)
 * (@codeglaze)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/errors-appearing-in-log/#post-4312789)
 *     ```
       [05-Jan-2014 19:50:21 UTC] PHP Warning:  Missing argument 2 for SendPress_Notifications_Manager::send_notification(), called in /wp-content/plugins/sendpress/classes/class-sendpress-notifications-manager.php on line 43 and defined in /wp-content/plugins/sendpress/classes/class-sendpress-notifications-manager.php on line 172
   
       [05-Jan-2014 19:50:21 UTC] PHP Warning:  Invalid argument supplied for foreach() in /wp-content/plugins/sendpress/classes/class-sendpress-notifications-manager.php on line 188
       ```
   
 * This is being thrown about once a day for us. Any insight as to why (Or what 
   I can do)?
 * Running 0.9.7.1

Viewing 5 replies - 1 through 5 (of 5 total)