Hi there,
I have never been able to use v18 due to an email problem with 1and1 (now called IONOS).
I believe it comes down to this: IONOS's shared servers provide:
Net::SMTP v2.33
IO::Socket::SSL v2.002
And the new SMTP handling in v18 requires:
Net::SMTP v3.1 or higher
IO::Socket::SSL v2.007 or higher
If I ask IONOS, they say I have to upgrade to a dedicated server, but that's far too costly to be worth it for me.
Does anyone know how I can get around this?
I have not yet been able to get SendGrid to work, even with what appear to be very clear instructions on the forum.
Thanks,
PB
I have never been able to use v18 due to an email problem with 1and1 (now called IONOS).
I believe it comes down to this: IONOS's shared servers provide:
Net::SMTP v2.33
IO::Socket::SSL v2.002
And the new SMTP handling in v18 requires:
Net::SMTP v3.1 or higher
IO::Socket::SSL v2.007 or higher
If I ask IONOS, they say I have to upgrade to a dedicated server, but that's far too costly to be worth it for me.
Does anyone know how I can get around this?
I have not yet been able to get SendGrid to work, even with what appear to be very clear instructions on the forum.
Thanks,
PB
Comment