D25692
D25692
Fix PHP 8.1 "strlen(null)" exception in PhabricatorMailSMTPAdapter when sending email
Author: mturdus
Reviewers: O1: Blessed Committers, speck
Summary: `strlen()` was used in Phabricator to check if a generic value is a non-empty string.
This behavior is deprecated sinceā¦