How to send email from my PC directly

How to send email from my PC directly

am 09.04.2008 06:29:33 von Nad

Hi,
Can I send an email from my PC directly to a hotmail email address ?
How?

Re: How to send email from my PC directly

am 09.04.2008 07:25:11 von j-k-l

On Apr 9, 10:29=A0am, Nad wrote:
> Hi,
> Can I send an email from my PC directly to a hotmail email address ?
> How?

you can use an hotmail' smtp server in email client... or just... use
telnet :)

telnet mx1.hotmail.com 25
Trying 65.54.245.8...
Connected to mx1.hotmail.com (65.54.245.8).
Escape character is '^]'.
220 bay0-mc12-f3.bay0.hotmail.com Sending unsolicited commercial or
bulk e-mail to Microsoft's computer network is prohibited. Other
restrictions are found at http://privacy.msn.com/Anti-spam/.
Violations will result in use of equipment located in California and
other states. Tue, 8 Apr 2008 22:22:38 -0700
ehlo pc.local
250-bay0-mc12-f3.bay0.hotmail.com (3.5.0.22) Hello [194.36.161.2]
250-SIZE 29696000
250-PIPELINING
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-AUTH LOGIN
250-AUTH=3DLOGIN
250 OK
mail from: billgates@microsoft.com
250 billgates@microsoft.com....Sender OK
rcpt to: user@hotmail.com
250 user@hotmail.com
data
354 Start mail input; end with .
hello from me :)


and so on...

Re: How to send email from my PC directly

am 09.04.2008 12:19:47 von Tilman Schmidt

Nad schrieb:
> Can I send an email from my PC directly to a hotmail email address ?

Depends, among others, on your PC, your notion of "directly", your
skills, and your Internet connection.

> How?

Dto.

Anyway, this question most likely has nothing to do with the Sendmail
software which is the topic of this newsgroup. I'd recommend you ask
the guy (or gal) who set up your PC for you.

HTH
T.

--
Please excuse my bad English/German/French/Greek/Cantonese/Klingon/...

Re: How to send email from my PC directly

am 10.04.2008 01:14:33 von Nad

I mean without logging into hotmail or any account (no auth login),
just from my IP address directly to the email address.

For example, I know a domain "xx.com" offers a relay server, I connect
to that relay server WITHOUT authorization and send an email to any
account in that domain and it works 100%. Is this possible with any
domain, like hotmail?

Re: How to send email from my PC directly

am 10.04.2008 01:49:18 von unknown

Post removed (X-No-Archive: yes)

Re: How to send email from my PC directly

am 10.04.2008 05:42:25 von Nad

On Apr 9, 7:49=A0pm, Res wrote:
> On Wed, 9 Apr 2008, Nad wrote:
>
> > I mean without logging into hotmail or any account (no auth login),
> > just from my IP address directly to the email address.
>
> > For example, I know a domain "xx.com" offers a relay server, I connect
> > to that relay server WITHOUT authorization and send an email to any
> > account in that domain and it works 100%. Is this possible with any
> > domain, like hotmail?
>
> You are aware this is the Sendmail program newsgroup, and not a normal
> "how to send mail" group don't you ? :)
>
> --
> Cheers
> Res
>
> mysql> update auth set Framed-IP-Address=3D'127.0.0.127' where user=3D 'tr=
oll';

You are right. I used the wrong group.
Sorry for any inconvenience!