Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error check for nil SMTP authentication method
Ensure that the SMTP authentication method is not nil by adding a corresponding error check in the WithSMTPAuthCustom function. Introduced a new error, ErrSMTPAuthMethodIsNil, to handle this validation.
- Loading branch information