Since the new smtp auth module and the return path module provide the functionality of adding the "-f" parameter to the mail call, I think this function can be removed this the simplenews_bounce module and recommend the installation of one of these modules.

Thoughts?

Comments

weseze’s picture

Version: » 6.x-1.x-dev

I personally think we should make this module dependant on one of the mail-modules: smtp, mimemail, htmlmail, return_path, ... This way we can be sure how mails are sent. If you see a good reason why not to do this, please do give more feedback.
I could also use some insights into the D7 way of sending mails. (haven't got any experience yet with D7)

My personal favorite mailmodule is mimemail, it works very well with Simplenews, it does what we need (setting correct headers) and if look at the statistics for both modules it seems that Simplenews and mimemail are almost always used together.

I have got a reworked version of the bounce module up-and-running that depends on mimemail and bounces are sent to the correct mailbox. Haven't tested on multiple platforms yet.

What do you think?

weseze’s picture

Removed in the new 2.x version. Should be online shortly (waiting on the cron run)

weseze’s picture

Status: Active » Closed (fixed)