Title: micb's Replies | WordPress.org

---

# micb

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] Transfering old polls](https://wordpress.org/support/topic/transfering-old-polls/)
 *  Thread Starter [micb](https://wordpress.org/support/users/micb/)
 * (@micb)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/transfering-old-polls/#post-18249995)
 * Perfect, thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postman SMTP Mailer/Email Log] Call to undefined function str_getcsv()](https://wordpress.org/support/topic/call-to-undefined-function-str_getcsv/)
 *  Thread Starter [micb](https://wordpress.org/support/users/micb/)
 * (@micb)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/call-to-undefined-function-str_getcsv/#post-5724070)
 * Hi,
 * Thanks for the update. I took a simpler way, which also works for now for me.
   But I will keep in mind your plugin which looks great!
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postman SMTP Mailer/Email Log] Call to undefined function str_getcsv()](https://wordpress.org/support/topic/call-to-undefined-function-str_getcsv/)
 *  Thread Starter [micb](https://wordpress.org/support/users/micb/)
 * (@micb)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/call-to-undefined-function-str_getcsv/#post-5723940)
 * Hi,
 * I just added the following lines on line 111 of file OAuthSmtpEngin.php:
 *     ```
       if(!function_exists('str_getcsv')) {
           function str_getcsv($input, $delimiter = ',', $enclosure = '"') {
   
               if( ! preg_match("/[$enclosure]/", $input) ) {
                 return (array)preg_replace(array("/^\\s*/", "/\\s*$/"), '', explode($delimiter, $input));
               }
   
               $token = "##"; $token2 = "::";
               //alternate tokens "3434", "3535", "%%";
               $t1 = preg_replace(array("/\\\[$enclosure]/", "/$enclosure{2}/",
                    "/[$enclosure]\\s*[$delimiter]\\s*[$enclosure]\\s*/", "/\\s*[$enclosure]\\s*/"),
                    array($token2, $token2, $token, $token), trim(trim(trim($input), $enclosure)));
   
               $a = explode($token, $t1);
               foreach($a as $k=>$v) {
                   if ( preg_match("/^{$delimiter}/", $v) || preg_match("/{$delimiter}$/", $v) ) {
                       $a[$k] = trim($v, $delimiter); $a[$k] = preg_replace("/$delimiter/", "$token", $a[$k]); }
               }
               $a = explode($token, implode($token, $a));
               return (array)preg_replace(array("/^\\s/", "/\\s$/", "/$token2/"), array('', '', $enclosure), $a);
   
           }
       }
       ```
   
 * With this change I can send a test email to myself, but usual notifications from
   the platform are still not sent. Furthermore, my test emails still land in the
   SPAM folder…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Problem creating installer file](https://wordpress.org/support/topic/problem-creating-installer-file/)
 *  Thread Starter [micb](https://wordpress.org/support/users/micb/)
 * (@micb)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/problem-creating-installer-file/#post-4753247)
 * Hi,
 * Thanks for the reply, I just posted a Ticket as you requested.
 * Thanks very much,
    Michel

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