27 lines
645 B
Markdown
27 lines
645 B
Markdown
# Attachments Directory
|
|
|
|
Place any files you want to attach to emails in this directory:
|
|
|
|
- **resume.pdf** - Your resume or CV
|
|
- **company-brochure.pdf** - Company information
|
|
- **portfolio.pdf** - Work samples or case studies
|
|
- **proposal.pdf** - Business proposals
|
|
|
|
## Supported File Types
|
|
|
|
- PDF files (.pdf)
|
|
- Word documents (.doc, .docx)
|
|
- Images (.jpg, .png, .gif)
|
|
- Text files (.txt)
|
|
|
|
## Configuration
|
|
|
|
Edit the attachment settings in your `.env` file:
|
|
|
|
```
|
|
ATTACHMENT_ENABLED=true
|
|
ATTACHMENT_FILES=resume.pdf,company-brochure.pdf
|
|
```
|
|
|
|
Files listed in `ATTACHMENT_FILES` will be attached to all outgoing emails.
|