Hi everybody, turned to Mail2000 recently and its use is really straightforward. My prog works without problems but on this one point, which should be a most...
648
phryzer
Nov 25, 2003 8:34 am
Hi, which error-message do you get? I can see from your code that the from-address does not match the username of the smtp host. Maybe your SMTP host does not...
647
OZGURCETIN
Nov 25, 2003 8:27 am
Hi from istanbul I'm using D7 and version 1.10.3 Beta. I have a strange problem with sending emails. mailmessage20001.ToList.Clear; ...
646
Özgür Çetin
OZGURCETIN
Nov 25, 2003 8:27 am
Hi from istanbul I'm using D7 and version 1.10.3 Beta. I have a strange problem with sending emails. mailmessage20001.ToList.Clear; ...
645
johan1booysen
Nov 24, 2003 3:38 pm
I am sure many people have requested it before, but here goes: Has the function to Authenticate the user on SMTP been developed yet? Regards, Johan...
644
Marcello
mycelo
Nov 21, 2003 12:59 pm
Hi Mr Yang, You must use SaveToFile and LoadFromFile methods from TMailMessage2000 class. In the "Demo" application included with the components you can find a...
642
snksoft2000
Nov 20, 2003 5:58 pm
Please help me, How can I save a e-mail by TMail2000 to file, and restore it at need? What I say is the source message of mail....
641
Marcello
mycelo
Nov 19, 2003 8:58 am
I would like to inform that new members of this group will be moderated, the first messages of each new member will need my approval to be distributed. This...
639
Nick
nikitz@...
Nov 17, 2003 10:06 pm
Dear Mr / Mrs, I think that in this case maybe smtp server didn't relay [relay is turned off] - so you can send messages only to local domains for server (this...
638
yallebr
Nov 17, 2003 4:57 pm
Hi, Thank´s marcelo. But I can´t Authenticate de message. How does Outlook work´s? Outlook Authentic smtp? I tried to set de username and password but a...
637
Marcello
mycelo
Nov 17, 2003 1:19 pm
Hi Mr Yalle, Seemingly, your SMTP server requires authentication. Regards, ... ===== Marcello Tavares mycelo@... ICQ 5831833 MSN mycelopanda@......
636
yallebr
Nov 15, 2003 12:09 am
Hello! I try to send a e-mail to any e-mail account with a smtp thats user set. But the smtp are having problems. 553 - "sorry, that domain isn't in my list of...
634
yeyun1999
Oct 17, 2003 8:39 am
hi ,i am a friend ,i have a problem on using the component. in this function function TSMTP2000.SendMessageTo(const From, Dests: String): Boolean; in this code...
633
leafeaters
Oct 16, 2003 3:13 pm
Sorry for the strange formatting in last post, I have no clue what caused it. Well, here is a more biting bug concerning SMTP. THE BUG If the first character...
632
leafeaters
Oct 10, 2003 7:55 am
Hello all, I found a bug in the tmail2000-1.10.3 distribution. The TMailRecipients.SetAll method adds an extra comma at the end of the CommaText, which causes...
630
Marcello
mycelo
Oct 2, 2003 6:19 pm
Hi Mr Cunha, You have to rely on UIDL. It's an unique identifier for each message for a given POP server. While you download the messages, you can save its...
629
yallebr
Oct 2, 2003 6:05 pm
Hi, Is there any way to save the messagens that had been recived? Like that, i get the messages. 12 messagens, and if i retrived the messages agnst i ´ll get...
627
yallebr
Sep 17, 2003 5:51 pm
Hi, I´m with a little problem with TMail2000. The component is exelent, and i guess that the problem is with me. lol. When a retrive a E-mail. ...
626
jackkenyon1956
Sep 13, 2003 4:37 am
Re Marcello's reply Note that this is not a limitation of TMail2000, the limitation is imposed by the POP3 protocol. jack kenyon...
625
Marcello
mycelo
Sep 12, 2003 4:27 pm
Hi Mr Yalle, Sorry, but no, you can't have the message without downloading it. The data must be delivered to the client anyway. But you can download only the...
624
yallebr
Sep 12, 2003 2:56 pm
Hi, Is it possible to retrive or see the body of messagem on the server? Without retrive this message? It ´s very slowly to download the message to see. And...
622
Mister Sonic (GMX)
mistersonic2000
Sep 9, 2003 5:19 pm
SchlichtHello at all, I've an question, can you tell me how i can scan the message-lines for a word? i don't know, in what a property the message self is...
English: IDPOP3 can get mail size before receive it( idpop3.RetrieveMsgSize (i) ) How to do with mail2000? Chinese: ...
619
Mister Sonic (GMX)
mistersonic2000
Sep 8, 2003 6:06 am
That's right. :) Many thanks to all of you. Can you tell me where i can see what version number the component has and how i can received the newest version? ...
618
jackkenyon1956
Sep 8, 2003 5:56 am
I think you need to do this { tell POP server that you want to delete these } for I := 1 to N do begin Form1.Pop20001.DeleteMessage(I); end; { tell POP server...
617
Mister Sonic (GMX)
mistersonic2000
Sep 8, 2003 5:44 am
I doesn't understand what do you want to tell me. Sincelly Patrick from Germany. ... From: Marcello To: tmail2000@yahoogroups.com Sent: Monday, September 08,...
616
Marcello
mycelo
Sep 7, 2003 11:39 pm
Indeed, only QUIT will commit the changes. ... ===== Marcello Tavares mycelo@... ICQ 5831833 MSN mycelopanda@......
615
jackkenyon1956
Sep 7, 2003 11:04 pm
Do you call Quit after all Delete's? I think POP servers do not delete the messages until a QUIT is called. jack ... you understand, and can help me with my...
614
Mister Sonic (GMX)
mistersonic2000
Sep 7, 2003 7:54 pm
SchlichtHello there, at first i wan't to excuse for my very bad english. :) but i hope you understand, and can help me with my problem. i used the...