Re: EMAIL on Win98



Hi Venugopal,

You have to create a Indy.Sockets.Message.

Then you have to set the Message.Subject, the Message.Body (using
Message.Body.Text or Message.Body.Add), the Message.Recipients and the
Sender
For sending the actual email, you need to create a Indy.Sockets.SMTP
component.

SMTP has some properties, most of them are self describing:

Username
Password
Host
Port


If you have a smtp server which doesn't require authentication, you don't
need to set Username and Password

Then you should connect to the smtp server and send the message:

MySMTP.Host = "smtp.myhost.com";
MySMTP.Connect();
if (MySMTP.Authenticate)
{ // Authenticate determines whether login is required
MySMTP.Send(MyMessageInstance);
}
MySMTP.Disconnect();





Greets,
Matthijs ter Woord




"VenuGopal" <VenuGopal@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AEE8CF46-3BC2-4276-8B8B-0F180E069C15@xxxxxxxxxxxxxxxx
> hi psg,
> i checked the link u have provided but i am having difficulty
understanding
> the Indus thing... plzzz can u give mea liltle more info.
> i am sure there are a lot o ppl who are wanting to knw how to get around
> this problem.
> Once again thanks in advance
> Venugopal
>
> "psg" wrote:
>
> > "VenuGopal" <VenuGopal@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > news:560FDA1D-8AB2-4663-8FF7-98C858624FEA@xxxxxxxxxxxxxxxx
> > > My client uses Win 98. The email part does not work in Win98. I read
the
> > > documentation and i find that System.Web is not supported in Win98.
> > >
> > > Now How do i send email on a win 98 platform.
> >
> > I'm not sure about it (if it works under Win98), but you may give it a
try:
> > http://www.indyproject.org/Sockets/Download/DotNet.iwp
> >
> > There you have two main components for sending e-mails:
> > Indy.Sockets.SMTP
> > Indy.Sockets.Message
> >
> > RGDS PSG
> >
> >
> >


.



Relevant Pages

  • Re: Ask EU mail sending message
    ... I never look for a new SMTP server when I change ... connectivity but who is providing my email account. ... username/password authentication* for writing. ... changed just because you terminated a contract with some ISP. ...
    (uk.media.radio.archers)
  • Re: RELAY MAIL
    ... POP and SMTP server, I only can use Microsoft exchange server inside my ... account of my domain, and I tried to use my domain SMTP server pointing the ... the SMTP server suppose to refuse to relay mail from 1 account that doesn't ... Click on Authentication button: ...
    (microsoft.public.exchange2000.protocols)
  • newbee question about sending parameters
    ... The script works like this, but I would like to modify the script so that I ... 'Sending a text email using authentication against a remote SMTP server ... Const cdoSendUsingPickup = 1 ... ' This section provides the configuration information for the SMTP server. ...
    (microsoft.public.scripting.vbscript)
  • Re: remote POP3 clients unable to use SMTP
    ... relay only? ... your SMTP server accepts connections from all senders, ... Can you reproduce this with a POP client on your LAN? ... how did you set up the SMTP server authentication? ...
    (microsoft.public.exchange2000.admin)
  • Re: More questins on SMTP spam attacks.
    ... Annonymous (so we can receive emails from other SMTP server) ... Integrated Windows Authentication ... Allow Authenticated computers to relay. ... that is telling each bot which SMTP server to try to use. ...
    (microsoft.public.inetserver.iis.smtp_nntp)