Title: rizdina's Replies | WordPress.org

---

# rizdina

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: HGK SMTP] Specify the reply-to address](https://wordpress.org/support/topic/plugin-hgk-smtp-specify-the-reply-to-address/)
 *  Thread Starter [rizdina](https://wordpress.org/support/users/rizdina/)
 * (@rizdina)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-hgk-smtp-specify-the-reply-to-address/#post-1393860)
 * Okay, I believe I figured out a fix. The developer will have to chime in if he
   believes this breaks his plugin. But it seems to be working for me.
 * Go to the plugin editor in WP and edit the HGK SMTP plugin file: hgk-smtp.php
 * Find this line:
 * > $pm->AddReplyTo($pm->From, $pm->FromName);
 * Looks to me that this line is in the wrong place. It should be after all the 
   if-then-else statements not before them. So, cut that line and move it directly
   after the last “if” statement.
 * So, the lines should look like this (I commented out the original line rather
   than deleting it so you could see where it used to be):
 * > /* $pm->AddReplyTo($pm->From, $pm->FromName); */
   >  if (!empty($this->hgk_mail)){
   > $pm->From = $this->hgk_mail; } elseif (!empty($this->hgk_smtpuser)) { $pm->
   > From = $this->hgk_smtpuser; } if (!empty($this->hgk_name)) { $pm->FromName 
   > = $this->hgk_name; } $pm->AddReplyTo($pm->From, $pm->FromName);
 * Developer, if this breaks your plugin, pls chime in with another fix.
 * Otherwise, hope this fix helps others in the same boat myself.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidebar and main body issues](https://wordpress.org/support/topic/sidebar-and-main-body-issues/)
 *  Thread Starter [rizdina](https://wordpress.org/support/users/rizdina/)
 * (@rizdina)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/sidebar-and-main-body-issues/#post-1376375)
 * Thanks for the quick reply. That seemed to do the trick. For some reason the 
   problem was only on Google Chrome. It seemed to be doing fine on IE.
 * Thanks again.
 * Riz.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Google XML Sitemaps] There was a problem while notifying Google/Yahoo/MSN/ASK](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-there-was-a-problem-while-notifying-googleyahoomsnask/)
 *  [rizdina](https://wordpress.org/support/users/rizdina/)
 * (@rizdina)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-there-was-a-problem-while-notifying-googleyahoomsnask/#post-1056335)
 * Just started getting the same error this morning. I check the XML build status
   daily and I know it was not there yesterday.

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