I am writing a spec to a pre-determined spec (http://www.companieshouse.gov.uk/infoAndGuide/faq/EFtis.pdf) which requires an e-mail be generated with parameters separated by a Line Feed (#10) character.
The System.Web.Mail component deals with this ok, but OpenSMTP seems to act somewhat randomly putting in various characters (such as pipe |) and back-space.
I am using Delphi 8.0.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am writing a spec to a pre-determined spec (http://www.companieshouse.gov.uk/infoAndGuide/faq/EFtis.pdf) which requires an e-mail be generated with parameters separated by a Line Feed (#10) character.
The System.Web.Mail component deals with this ok, but OpenSMTP seems to act somewhat randomly putting in various characters (such as pipe |) and back-space.
I am using Delphi 8.0.
Joel, can you provide a test that I can use to see this behavior? Please also check out the latest version (1.10.0) to see if this bug has been fixed.