It seems the user import module ignores the smtp module and tries to send mails using php mail() function... is there a workaround to make it use the smtp module?
thanks
It seems the user import module ignores the smtp module and tries to send mails using php mail() function... is there a workaround to make it use the smtp module?
thanks
Comments
Comment #1
cnolle commentedI am experiencing the same problem, that is with the 5.x 2 Dev version. Difficult one to solve I think.
Comment #2
robert castelo commentedShould be fixed in 5.x-2.0-beta1, User Import module now uses drupal_mail().