Hi all,
Do you have any idea what is ELO and what is HELO?
I sent a message and I saw in the headers from unknown (HELO).
Thank you for some light.
Teddy,
My dear email address is [EMAIL PROTECTED]
_
Do You Yahoo!?
Get your free @yah
On Sat, 9 Feb 2002, Rene Verharen wrote:
=>Hi,
=>
=>I need to change the first (and ONLY the first) character of a string into
=>Caps. I know how to change the whole string into Caps by using this :
=>
=>my $in = "this is my text";
=>$out = uc $in;
=>
=>This is not what I want. Can som
On Sat, 9 Feb 2002, Rene Verharen wrote:
> I need to change the first (and ONLY the first) character of a string into
> Caps. I know how to change the whole string into Caps by using this :
>
> my $in = "this is my text";
> $out = uc $in;
Rene:
You're close. Use ucfirst() instead.
To
Hi,
I need to change the first (and ONLY the first) character of a string into
Caps. I know how to change the whole string into Caps by using this :
my $in = "this is my text";
$out = uc $in;
This is not what I want. Can someone please point me in the right direction ?
Thanks.
K
How can i understand if the date entered by the client is weekend or no? Are there
some database specificied for that?
funky
On Sat, 9 Feb 2002 09:54:31 -0800, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
> Do you know where I can get information about the SMTP protocol?
> I read in a module that it is explained in RFC821.
> Where can I found this RFC?
http://www.google.com/search?q=RFC821
with a bit of luck, you'll fin
Hi all,
Do you know where I can get information about the SMTP protocol?
I read in a module that it is explained in RFC821.
Where can I found this RFC?
Will I understand the SMTP protocol from there, to be able to make a script
for sending mail?
Thank you for any tips.
Teddy,
My dear email addre
hi gurus,
well, can any body give me where to read about this topic?
thx