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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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
processing of my machine goes the 100%   Message List  
Reply | Forward Message #723 of 798 |
RE: [tmail2000] processing of my machine goes the 100%

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 enviar...
E quando executa o "send" ele vai ao máximo do processamento.
Segue o Código fonte abaixo: )


SMTP2000.Host := 'smtp.poa.terra.com.br';
SMTP2000.UserName := 'xxxxxx';
SMTP2000.Password := 'xxxxxx';

MailMessage.AttachEncoding := etBase64;
MailMessage.Charset := 'iso-8859-1';
MailMessage.EmbedMethod := emContentLocation;
MailMessage.TextEncoding := etQuotedPrintable;

If not SMTP2000.Connect then begin
MErro.Lines.Add(SMTP2000.LastResponse);
exit;
end;

SMTP2000.MailMessage.SetFrom( 'Name' , 'informatica@...' );
{Quem está enviando}
SMTP2000.MailMessage.BccList.Clear; // Limpa a lista de destinatários
SMTP2000.MailMessage.BccList.Add('name','bianco@...');
SMTP2000.MailMessage.Priority := mpNormal;

SMTP2000.MailMessage.Subject := Eassunto.Text;
SMTP2000.MailMessage.SetTextHTML( Mbody.Text);

MailMessage.Date := StrToDateTime(DateToStr( Date() ) );


If SMTP2000.MailMessage.NeedNormalize then
SMTP2000.MailMessage.Normalize;

If SMTP2000.MailMessage.NeedRebuild then
SMTP2000.MailMessage.RebuildBody;

If SMTP2000.MailMessage.NeedFindParts then
SMTP2000.MailMessage.FindParts;


Try
SMTP2000.SendMessage;
except
MErro.Lines.Add(SMTP2000.LastResponse);
Exit;
End;

SMTP2000.Quit;

-----Original Message-----
From: Marcello [mailto:mycelo@...]
Sent: sexta-feira, 12 de novembro de 2004 15:40
To: tmail2000@yahoogroups.com
Subject: Re: [tmail2000] processing of my machine goes the 100%


Are you downloading a message with a very large text encoded in
quoted-printable? Can you send the message source?

Regards,

Marcello

--- "Bianco.poa" <bianco.poa@...> wrote:

> 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 if this is one bug?
> ( In Portuguese )
> Pessoal,
>
> Estou usasando a versco 10.0.3 do TMail.
> Quando ele esta fazendo o envio o processamento da minha maquina vai a
> 100%.
> Alguim sabe como resolvo isso ou se isso i um bub?
>
>
> Tank's,
>
> Bianco
>
>
>
>
>



------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/i7folB/TM
--------------------------------------------------------------------~->

=============================================================

The group's home page is here:
http://groups.yahoo.com/group/tmail2000/

To post a message:
send email to: tmail2000@yahoogroups.com
or go here: http://groups.yahoo.com/group/tmail2000/post

To modify your subcription options (e.g. stop receiving discussions) go to:
http://groups.yahoo.com/mygroups/tmail2000/join or
http://groups.yahoo.com/convwiz

To subscribe/unsubscribe, send blank email to:
tmail2000-subscribe@yahoogroups.com
tmail2000-unsubscribe@yahoogroups.com

To talk only with the moderator, developer of TMail2000, write email to:
mycelo@...

Please expect 1-2 weeks for my response.

PLEASE POST IN ENGLISH!

Yahoo! Groups Links










Thu Nov 18, 2004 7:10 pm

bianco_santos
Offline Offline
Send Email Send Email

Forward
Message #723 of 798 |
Expand Messages Author Sort by Date

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...
Bianco.poa
bianco_santos
Offline Send Email
Nov 12, 2004
6:30 pm

Are you downloading a message with a very large text encoded in quoted-printable? Can you send the message source? Regards, Marcello...
Marcello
mycelo
Offline Send Email
Nov 12, 2004
6:40 pm

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...
Bianco.poa
bianco_santos
Offline Send Email
Nov 18, 2004
6:09 pm

And what do you have inside Mbody.Text? Any large data?...
Marcello
mycelo
Offline Send Email
Nov 18, 2004
6:18 pm

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...
Bianco.poa
bianco_santos
Offline Send Email
Nov 18, 2004
6:37 pm

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...
Marcello
mycelo
Offline Send Email
Nov 19, 2004
12:21 pm
Advanced

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