Learn how to effectively manage email attachments with OmyPost
Email attachments are essential for sharing files and documents. Key features include:
Protect your attachments with:
Manage files efficiently with:
View files easily with:
{
"filename": "document.pdf",
"size": 1024000,
"type": "application/pdf",
"content": "base64_encoded_content",
"metadata": {
"created": "2025-03-15T10:00:00Z",
"modified": "2025-03-15T10:00:00Z"
}
}
{
"attachment": {
"filename": "project_document.pdf",
"size": 2048000,
"type": "application/pdf",
"content": "base64_encoded_content",
"metadata": {
"created": "2025-03-15T10:00:00Z",
"modified": "2025-03-15T10:00:00Z",
"author": "John Doe",
"version": "1.2"
}
},
"security": {
"encryption": "AES-256",
"password_protected": true,
"expiry": "2025-04-15T10:00:00Z",
"access_control": ["user1@example.com", "user2@example.com"]
},
"preview": {
"thumbnail": "base64_encoded_thumbnail",
"pages": 10,
"dimensions": {
"width": 595,
"height": 842
}
}
}
Start using OmyPost's powerful attachment features today.
Get Started