Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user