Search the web
Sign In
New User? Sign Up
tmail2000
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 756 - 785 of 798   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
756
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...
pepe_pol_barbarian
pepe_pol_bar...
Offline Send Email
Jun 2, 2005
11:09 am
757
... Hi Pepe, simply set the Properties 'Username' and 'Password' on the TSMTP2000 component to the appropriate values and set the property 'Handshaking' to...
Andreas
phryzer
Offline Send Email
Jun 2, 2005
1:13 pm
758
... 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...
pepe_pol_barbarian
pepe_pol_bar...
Offline Send Email
Jun 2, 2005
5:00 pm
759
... 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...
pepe_pol_barbarian
pepe_pol_bar...
Offline Send Email
Jun 2, 2005
10:06 pm
760
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...
ekhorasan
Offline Send Email
Jun 26, 2005
11:10 am
761
New code: procedure TMailRecipients.SetAll(const Names, Addresses: String); begin FNames.CommaText := Names; FAddresses.CommaText := Addresses; FCheck := -1; ...
Chiara Newry
nutcase_bs
Offline Send Email
Jul 5, 2005
7:04 pm
762
Hi, had the same problem (puretec, schlund etc switched to a diffrent RFC). Put a "sleep(1000);" between the "smtp2001.connect, .ehlo, . AuthLogin and...
tyger1de
Offline Send Email
Jul 22, 2005
12:04 pm
763
HI, can anybody help with a apliccation example, I have the demo example but with this example I don't understand. Thanks in advance...
Cristian Ezequiel
rd_padula
Offline Send Email
Jul 26, 2005
8:00 pm
764
Hi, What don't you understand? _____ From: tmail2000@yahoogroups.com [mailto:tmail2000@yahoogroups.com] On Behalf Of Cristian Ezequiel Sent: Tuesday, July 26,...
Chiara Newry
nutcase_bs
Offline Send Email
Jul 26, 2005
8:34 pm
765
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...
Cristian Ezequiel
rd_padula
Offline Send Email
Jul 31, 2005
12:12 pm
766
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@...
Send Email
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...
Kunikazu Okada
okd_okd2000
Offline Send Email
Sep 9, 2005
4:12 am
768
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@...
Send Email
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@...
Send Email
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...
Kunikazu Okada
okd_okd2000
Offline Send Email
Sep 14, 2005
1:55 am
771
"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,...
Kunikazu Okada
okd_okd2000
Offline Send Email
Sep 14, 2005
2:20 am
772
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@...
Send Email
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@...
Send Email
Sep 15, 2005
6:56 pm
774
how to seand a mail to all local server users by pop3 and smtp ?...
rangrover_2000
Offline Send Email
Dec 21, 2005
5:56 pm
775
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...
rangrover_2000
Offline Send Email
Dec 21, 2005
5:57 pm
776
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...
Jerry
jerbear197
Offline Send Email
Jan 9, 2006
10:26 am
777
... 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...
therealretox
Offline Send Email
Jan 9, 2006
7:43 pm
778
... THANK YOU!... That Leak did almost drove me crazy.. EveryTime Nomalize was triggered it Started to leak... But now it seems to work. /ROGER...
roger.gronberg
Offline Send Email
Mar 28, 2006
7:15 pm
779
Hello, My clients are receiving some e-mails with not expected caracteres in your body, breaking links. Example: The link most be: <a...
erico_bertoldi
Offline Send Email
Oct 6, 2006
11:13 am
780
function DecodeLine7Bit(Texto: String): String; .... case Encoding of 'B': begin GetMem(Buffer, Length(Texto)); Size := DecodeLineBASE64(Texto, Buffer); if...
anyunchen
Offline Send Email
Nov 1, 2006
12:32 pm
781
Thank you! Implemented. /Roger ... Från: tmail2000@yahoogroups.com [mailto:tmail2000@yahoogroups.com] För anyunchen Skickat: den 1 november 2006 04:58 Till:...
Roger Grönberg
roger.gronberg
Offline Send Email
Nov 1, 2006
5:45 pm
782
Hi there, where i can find the latest version of tmail2000? Regards, Vinicios...
vhmoura
Offline Send Email
Dec 7, 2006
10:58 am
783
hi i don't knowif there's a new tmail2000 but we working in it anyway you can download it by this group i hoppe you find help Rangrover ...
mahmoud stas
rangrover_2000
Offline Send Email
Dec 7, 2006
5:13 pm
784
Please check out the "files" section at this very group. Unfortunately I can't work on newer versions nowadays. mycelo...
mycelo
Offline Send Email
Dec 7, 2006
5:17 pm
785
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...
Dan Hammari
danhammari
Online Now Send Email
Jan 31, 2007
11:36 am
Messages 756 - 785 of 798   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help