From: fniles on
Is there any way to send an email (either from a VB program or ASP or HTML)
if the machine has no Outlook and/or SMTP server ?
Thank you


From: Cor Ligthert[MVP] on
If they have not blocked it, you can sometimes use the smpt server from your
Internet provider.

Look first if there are regulations about that.


"fniles" <fniles(a)pfmail.com> wrote in message
news:#2DBO1W5KHA.620(a)TK2MSFTNGP02.phx.gbl...
> Is there any way to send an email (either from a VB program or ASP or
> HTML) if the machine has no Outlook and/or SMTP server ?
> Thank you
>
>
From: Patrice on
At some point you need a SMTP server. It could be an external server (for
example Gmail). Depending on what you are looking for you could also post to
a web server and this server could then get those date and send a mail...

Some more details about the overall situation could help.

--
Patrice

"fniles" <fniles(a)pfmail.com> a �crit dans le message de groupe de discussion
: #2DBO1W5KHA.620(a)TK2MSFTNGP02.phx.gbl...
> Is there any way to send an email (either from a VB program or ASP or
> HTML) if the machine has no Outlook and/or SMTP server ?
> Thank you
>

From: C. Kevin Provance on
"fniles" <fniles(a)pfmail.com> wrote in message news:%232DBO1W5KHA.620(a)TK2MSFTNGP02.phx.gbl...
: Is there any way to send an email (either from a VB program or ASP or HTML)
: if the machine has no Outlook and/or SMTP server ?
: Thank you

Is there a way to play a CD without a CD player?

There ya go.
From: Bwig Zomberi on
fniles wrote:
> Is there any way to send an email (either from a VB program or ASP or HTML)
> if the machine has no Outlook and/or SMTP server ?
> Thank you
>
>

If it is your local computer, then installing IIS will provide a local
SMTP server. If you hosting on a shared server, the hosting provider
would have already configured an SMTP server. In most cases, you
wouldn't have to specify an SMTP server address. You just need to simply
set the from and to addresses and call send.

--
Bwig Zomberi