From: fniles on 26 Apr 2010 14:21 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 26 Apr 2010 14:30 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 26 Apr 2010 14:30 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 26 Apr 2010 20:53 "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 27 Apr 2010 00:18 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
|
Next
|
Last
Pages: 1 2 3 4 5 Prev: System.net Utilities.FTP or ProcessStart? Next: Is This Method Of Creating a String Possible? |