The problem is for ex. here: mcMsg.LoadFromFile('xxx.eml'); The application stops reacting for commands and after some time i see an error - "Out of memory"......
I have written a program to delete spam, which involves downloading the mail (without delete) with mail2000, scanning the mail for known data, and if the data...
Hi, I looked through the code and found no provision for multi-line SMTP server responses. If such response comes in two pieces it generates two "EndOfData"...
I tried Mail2000 on Delphi5/Win98 : OK! Then, I tried on Delphi7/XP, on the same network with the same inputs. Using this configuration I don't try to send...
... are you using TMailRecipients.SetAll ? I've seen this error message once. Check the result from TMailRecipients.GetAllNames and GetAllAddresses. Your...
Hi, in it's current implementation TMail2000 does not support SSL. That applies to both the SMTP and the POP3 component. And, since the component doesn't seem...
Hello, P> Anybody knows how can i work SMTP, but with SSL too. P> I didn´t find nothing in Tmail2000 documentation. Maybe you will try Synapse? -- With...
Hello! Does anybody use the tmail2000 component in a thread/s? I want to use the component in a LanSMTPServer and i have to sent up to 10 Mails at the some...
Hi, if you create the TPOP3 and TSMTP components within the thread and set all properties there, it should be no problem to let TMail2000 run in a threaded ...
Olá pessoal, Alguém sabe como fazer para que a imagem seja colada junto ao html do e-mail? Para o office 2000 funciona direito usando o CID mas para o...
Hi Everybody, I'm using TMail2000 in my application but in the message header I'd like to set "Return-path" value to another address. Using SetLabelValue...
Hi, When I download the utf-8 encoded message, save it in the .eml file, and open this .eml file with Internet Explorer, or Outlook, everything seems fine, and...
Peoples, I am usasando version 10.0.3 of the TMail. When it is making the sending the processing of my machine goes the 100%. Somebody knows as decides this or...
I'm trying to send... E when it executes "send" goes to the maximum of the processing. It follows the Code below source: In Portuguese ( Estou tentando...
I am making tests, the body of the message is small! until if I do not place text none in the body the processing I am high. E also I notice that the sending...
It's normal if your CPU climbs to 100% for short periods, don't worry. And the sending time is bigger because the server should authorize every recipient...
Where's the source for the Demo that works with the latest version? I have source for an older version of the library, but some interfaces have changed...
ver. 1.10.3 mail2000 do not work with MS ExchangeServer as SMTP server TSMTP2000 is connected but TMailMessage2000 dont send message in demo app. is the same...
hi, I am glad to get MailMessage2000, and I use it develop my email system.I very like this object. but now I have some trouble.I found In the source Code the...