Reputation: 24689
I thought I'd ask before I try.
I'm guessing that I need to have something monitor an email inbox to process the emails rather than submitting them directly to a web page.
Upvotes: 0
Views: 84
Reputation: 284836
I don't think "submitting them directly to a web page" is possible, unless I'm misunderstanding. Probably, the flow will be:
User email->Server inbox->Database->Generated HTML
Upvotes: 1