Explore: collect buyer email at ticket purchase (needs LNbits email/SMTP server) #118
Labels
No labels
app:activities
app:chat
app:events
app:forum
app:libra
app:market
app:restaurant
app:tasks
app:wallet
app:webapp
bug
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
aiolabs/webapp#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From the 17 Jun design review.
The webapp could let a buyer enter an email address at ticket purchase (confirmation, reminders, cancellation notices), in addition to the Nostr identity.
Dependency to explore
The
aiolabs/eventsextension already supports email (CreateTicket.email,email_notifications,email_notification_sent), but actually sending mail requires LNbits to have a working email/SMTP server configured — which we don't currently run. So this is mainly an infra exploration:user_idonly, no email — seeCreateTicket.validate_identifiers).Scope
Exploration / spike — decide the mail transport, then split into infra + events + webapp work.
From the 2026-06-17 webapp design review.