You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using smtp-cli works fine, but gives me also warnings while sending by starttls. it says: Duplicate specification "disable-ssl" for option "disable-ssl"
changing the file smtp-cli executable
'disable-starttls|disable-tls|disable-ssl' =>
to
'disable-starttls|disable-tls' =>
works
The text was updated successfully, but these errors were encountered:
Using smtp-cli works fine, but gives me also warnings while sending by starttls. it says:
Duplicate specification "disable-ssl" for option "disable-ssl"
changing the file
smtp-cli
executable'disable-starttls|disable-tls|disable-ssl' =>
to
'disable-starttls|disable-tls' =>
works
The text was updated successfully, but these errors were encountered: