Closed (fixed)
Project:
Forward
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 May 2006 at 16:14 UTC
Updated:
14 Jun 2006 at 21:16 UTC
how is outbound smtp handled in this module?
http://drupal.org/node/63996
Comments
Comment #1
seanrI'll look into the possibility of using Drupal's mail function, but forward currently just uses PHP's mail() function, so you could configure your PHP to send using SMTP.
Comment #2
seanrIf you have successfully configured Drupal to send SMTP mail, the forward module should now work with that. I basically just copied the user_mail() function from Drupal into my module as forward_mail() and stripped out the parts that caused html emails to not work. Please test it out (pull DRUPAL-4-7 version from CVS or wait a few hours for the tarball to update) and let me know how it works.
Comment #3
(not verified) commented