Hello! I would like to know how to send an email using TMail2000 component with SMTP authorization. I use demo program and I would like to know how to create...
... Hi Pepe, simply set the Properties 'Username' and 'Password' on the TSMTP2000 component to the appropriate values and set the property 'Handshaking' to...
... Hi Phryzer Thanks a lot for help! Now, I can login to my server(I had Mail2000 in old version, so there were not properties of authorization - in v1.10.3...
... Hi, OK, I can send an email... I have to said that there is an error in demo program. SSoft explore that after adding adresses in Header(Save fields to...
Hi i have a question about paradox database in delphi for foreign language data. i have a database which have farsi language data.now i can sort it in arabic...
Hi, had the same problem (puretec, schlund etc switched to a diffrent RFC). Put a "sleep(1000);" between the "smtp2001.connect, .ehlo, . AuthLogin and...
Hi, What don't you understand? _____ From: tmail2000@yahoogroups.com [mailto:tmail2000@yahoogroups.com] On Behalf Of Cristian Ezequiel Sent: Tuesday, July 26,...
I want create an email client with a database, but the messages in html are not saved well, only save "..multipart message...". I save each message in the...
Hi, who can fix the first bug? or ideal There are Bugs in TMailMessage2000. Version 1.10.1 1. I use POP3 to get a Mail from Mail Server and put it in...
Zhentao Song
z.song@...
Sep 8, 2005 11:23 am
767
Hello, Zhentao. who can fix the first bug? or ideal There are Bugs in TMailMessage2000. Version 1.10.1 if that mail contains an Attachment, and the Attachment...
Hi, my Bugfix for the second Bug below dosn't work korrectly. with my Code I have problem, if the Email has HTML body. some one has idea? Thanks Zhentao ...
Zhentao Song
z.song@...
Sep 13, 2005 11:08 am
769
Hi Okada, ... Ok, See my Attachment for your test. This email in Attachment is send from Outlook to Exchange Server. I use POP3 to get the email from Exchange...
Zhentao Song
z.song@...
Sep 13, 2005 11:09 am
770
Hello, Ok, See my Attachment for your test. This email in Attachment is send from Outlook to Exchange Server. Well, I think that Exchange Server is responsible...
"Zhentao Song" z.song@... schrieb am 07.09.05 15:24:14: 2. A Mail has Plaintext Body, and contains a THML File as Attachment. I have Problem with such Mail,...
Hi Okada, thanks for your help. with your Source Code below.(Part.Parent : Part doesn't have Parent ) if (Part = Self) or ((Part.Parent=Self) and...
Zhentao Song
z.song@...
Sep 15, 2005 6:45 pm
773
Hi Okada, you can try save the Attachment in a File, and then load this File in MailMessage2000. You see the Attachment ist a correct MIME Format Mail Message....
Zhentao Song
z.song@...
Sep 15, 2005 6:56 pm
774
how to seand a mail to all local server users by pop3 and smtp ?...
hi im useing mail2000 but when i trying to add text/plain the demo ask me to rebuild the body would you explan to me what the ( text/plain ) like and why no...
I'm sure these TMAIL components are good, but I'm surprised at the lack of documentation/demo's for them. Then demo supplied is not very well documented and is...
... First off, these components have not been easy for me to use either and I have years of Delphi and decades of coding experience. With that said though...
function DecodeLine7Bit(Texto: String): String; .... case Encoding of 'B': begin GetMem(Buffer, Length(Texto)); Size := DecodeLineBASE64(Texto, Buffer); if...
Hello, I have put together a simple program that logs into a mail server using POP3, grabs emails, and parses them for keywords. I'm having some difficulty...