Modify email files arriving into SMTP server

When you send any email it arrives into Pickup folder of SMTP server in the form of .eml file. SMTP server continuously monitor Pickup folder for any incoming file. If any file is available, then it is read and checks its integrity.

If the format of .eml is incorrect then it is sent to BadFiles folder, otherwise it is sent to Queue folder from where SMTP forwards email to specified recipients.

If there a requirement to modify recipients, subject or content of the email after it arrives to SMTP server, then it can be achieved using different mechanism:

SMTP server rules:
You can create rules in SMTP server to modify email before forwarding to recipients.

Create macros:
Macros are very powerful scripts that can read the content of .eml files. They can be written in VB Script (.vbs file) which can read each incoming .eml file within Pickup folder and process as needed.

Socket programming:
Write a code based on socket programming or HTTP pipeline that picks the inflow of content to SMTP server.

Merge, Compress or Convert documents to PDF

Merge, Compress or Convert documents to PDF
We frequently come across the need to merge multiple documents into one document or convert image to PDF document. Even there are requirements to compress large PDF document without losing their quality. Though these are basic requirements in our day-to-day life but are not freely provided out-of-the-box by Adobe Reader.

Here are some of the fantastic websites that swiftly merge, compress or convert any document to a PDF file:

http://jpg2pdf.com - Merge multiple images into a single PDF document and share with others. There is no limit in file size, no registration and no watermark. This service automatically rotates, optimizes and scales down images, but retains the original resolution.

http://combinepdf.com - Merge multiple PDF documents into a single PDF document without installing any software.

http://pdfcompressor.com - Compress PDF files for publishing on web pages, sharing in social networks or sending by email. Unlike other services this tool doesn't change the DPI, thus keeping your documents printable and zoomable.

http://topdf.com - Instantly convert text documents, presentations, spreadsheets and images to PDF format with this free online PDF converter.