backdrop-contrib / smtp

Backdrop CMS port of the SMTP module for Drupal 7
GNU General Public License v2.0
4 stars 5 forks source link

Keep track with latest SMTP 7.x-1.7 version in D7 #11

Closed herbdool closed 1 year ago

herbdool commented 6 years ago

Changes since 7.x-1.3

jenlampton commented 6 years ago

There were a lot of releases of the SMTP mailer module for Drupal 7 (starting with 7.x-1.4) that effectively broke the functionality for a while, so I decided not to implement those same changes in the Backdrop version to keep our module in a usable state.

Since then, the Drupal 7 version of SMTP has been fixed, so it might be worthwhile to review all the commits since 1.3 and see which are worth pulling over into the Backdrop version. Let's use this issue as a meta to track the changes we want to include.

herbdool commented 6 years ago

My PR (above) brings it to 1.7. In my tests it seems to be working fine. Plus we've got the Drupal version working on client sites with no trouble.

jenlampton commented 6 years ago

Ah, you're 2 steps ahead of me! :)

herbdool commented 6 years ago

Yup! Though I forgot to run the tests so I can fix those up first.

herbdool commented 6 years ago

humph. I took a look at the test. Turns out it relies on Maillog which would need to be ported. I might port it at any rate but means a delay. However, if we test it by hand it's probably just as good at least for the initial upgrade.

herbdool commented 6 years ago

Alright, SMTP tests are passing! I ported Maillog so I could run the tests and I'll upload Maillog to github soon as well.

jenlampton commented 6 years ago

you're on 🔥

herbdool commented 6 years ago

I've confirmed all the commits you identified above are in the PR.

jenlampton commented 5 years ago

I've merged in the PR. I'd like to leave it for at least a week before making a release, so others (mostly myself) can test it in the wild.

jenlampton commented 5 years ago

Thanks @herbdool for all your work on this!

Graham-72 commented 5 years ago

I am doing some testing and so far have found no problems with this SMTP module but I have found and fixed a bug in Mailsystem module!

herbdool commented 5 years ago

@Graham-72 can you report the bug if you haven't already?

jenlampton commented 1 year ago

Closing as a new release will contain these changes. 🎉