mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
14 lines
342 B
Markdown
14 lines
342 B
Markdown
|
email_parser
|
||
|
========
|
||
|
|
||
|
Parses email messages and extracts the following information:
|
||
|
|
||
|
* `from` - the email address of the sender
|
||
|
* `to` - the email address of the recipient
|
||
|
* `subject` - the subject of the email
|
||
|
* `body` - the body of the email
|
||
|
|
||
|
Configuration
|
||
|
-------------
|
||
|
* `config/email_parser` - describe what effect this config file has
|