Is SMTPQ an SMTP Server?
The SMTPQ service is not an SMTP server. It’s a service that watches a directory for special .eml files. When a .eml file appears, it reads it, extracts and removes information from the header and sends the email by connecting to an SMTP server. The information extracted from the .eml includes the SMTP hostname, login, password, and other sending-params. The […]