Further update...
After taking this up with Sellerdeck, I have discovered that my installation (which is via 1&1) has two Perl modules that are not the right versions to work with the new mail options. They are:
Net::SMTP v2.33, and
IO::Socket::SSL v2.002
They need to be:
Net::SMTP v3.1 or higher, and
IO::Socket::SSL v2.007 or higher
I have requested the upgrade from 1&1 but they will not do it unless I upgrade to their 'server' package, which I'm not prepared to do.
So until they do make these upgrades, I - and I assume all 1&1 users - am stuck with trying 3rd party products such as SendGrid.
...unless someone who uses 1&1 has managed to make it work without doing that, in which case please let us know.
Regards,
Phil
After taking this up with Sellerdeck, I have discovered that my installation (which is via 1&1) has two Perl modules that are not the right versions to work with the new mail options. They are:
Net::SMTP v2.33, and
IO::Socket::SSL v2.002
They need to be:
Net::SMTP v3.1 or higher, and
IO::Socket::SSL v2.007 or higher
I have requested the upgrade from 1&1 but they will not do it unless I upgrade to their 'server' package, which I'm not prepared to do.
So until they do make these upgrades, I - and I assume all 1&1 users - am stuck with trying 3rd party products such as SendGrid.
...unless someone who uses 1&1 has managed to make it work without doing that, in which case please let us know.
Regards,
Phil
Comment