Surface platform SMTP errors on speaker invitation failures.
Deploy Ladill Events / deploy (push) Successful in 44s
Deploy Ladill Events / deploy (push) Successful in 44s
Return the Bird API error instead of a generic wallet message so domain and balance issues are actionable. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -9,6 +9,11 @@ class EventEmailService
|
||||
{
|
||||
public function __construct(private readonly PlatformEmailClient $platform) {}
|
||||
|
||||
public function lastError(): ?string
|
||||
{
|
||||
return $this->platform->lastError();
|
||||
}
|
||||
|
||||
public function sendProgrammeShare(
|
||||
string $ownerPublicId,
|
||||
string $to,
|
||||
|
||||
Reference in New Issue
Block a user