© 2026 Hedgehog Software, LLC
yield* _( Effect.tryPromise({ try: () => client.send(cmd), catch: (_e) => "email failed" as const, }), );
yield *_(tryP(client.send(cmd), "email failed"));