I can't get the MIME module to send any mail, nut I got the SMTP module working.
Could the Send module be modified to get working with the SMTP module?
I can't get the MIME module to send any mail, nut I got the SMTP module working.
Could the Send module be modified to get working with the SMTP module?
Comments
Comment #1
allie mickaSend uses mimemail to format the message ( that's the mime part :) ) So it's not optional.
There's a pre-existing issue ( http://drupal.org/node/132903 ) on the smtp module to implement a mimemail backend. have a look there!