Skip to content

Use specified port when testing SMTP conf

When saving the configuration in the manager, the SMTP test would fail if your SMTP server is not on the standard port 25

The test now takes the port into account

A better way to handle this would probably be to use ::Portal::Lib::SMTP but I couldn't find an easy way to test the SMTP transport without actually sending an email

Merge request reports