From: Helmut Meukel on
>> For VB6 i used the VBSendmail.dll and in .Net you can just use the builtin
>> framework classes however they are perfect in a "simple" situation
>> even on a MS Exchange network it will not work if SMTP is closed on the mail
>> server ( this is default on Exchange ) , for a fact in the company i
>> currently work for we have a Linux mail server especially for our .Net apps
>> as the admins want to keep the "recomended" settings on the Exchange server
>> .
>>
>
> Hmmm... That's interesting. Not having ever done anything with Exchange
> admin, I know nothing about setting it up or configuring it. Or what is
> recommended best practice or not. But, I know on every corporate exchange
> network I have been on, I have no problems sending emails using the smtp
> classes in .NET as long as I set the authentication properly...
>


I gave up trying to understand what happens in the heads of IT admins.
Just yesterday I sent an update of my app to my customer - appended to an
email. This time I sent it to his private email address, not his company email
account.
Last time I had to send it twice, the exe was stripped from my email and after
hours trying to get it released from the IT he phoned me to send it to his
private
email account. There he _could_ download the exe to his company PC!
Funny how they have secured their company net, isn't it?

Helmut.

From: Bwig Zomberi on
Possibly. But most people develop scripts on an ordinary desktop and
upload to a shared hosting server. Most hosting providers configure an
SMTP server on the same web server so that script writers do not have to
explicitly specify an IP address.



Cor Ligthert[MVP] wrote:
> Bwig,
>
> Not on all OS versions
>
> "Bwig Zomberi" <zomberiMAPSONNOSPAM(a)gmail.com> wrote in message
> news:hr5ogn$1h6$1(a)speranza.aioe.org...
>> 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
>


--
Bwig Zomberi
From: Cor Ligthert[MVP] on
Helmut,

Default behaviour, exe's don't go trhough almost through not any mailserver
anymore.

The admins don't do that, they simply install the latest updates.

They have to do something extra to remove that, and who will do that as that
can be a reason for a complete company going down, they will be direct
fired, whatever they complain and right they have.

Cor

"Helmut Meukel" <NoSpam(a)NoProvider.de> wrote in message
news:excTnIl5KHA.1932(a)TK2MSFTNGP05.phx.gbl...
>>> For VB6 i used the VBSendmail.dll and in .Net you can just use the
>>> builtin
>>> framework classes however they are perfect in a "simple" situation
>>> even on a MS Exchange network it will not work if SMTP is closed on the
>>> mail
>>> server ( this is default on Exchange ) , for a fact in the company i
>>> currently work for we have a Linux mail server especially for our .Net
>>> apps
>>> as the admins want to keep the "recomended" settings on the Exchange
>>> server
>>> .
>>>
>>
>> Hmmm... That's interesting. Not having ever done anything with Exchange
>> admin, I know nothing about setting it up or configuring it. Or what is
>> recommended best practice or not. But, I know on every corporate
>> exchange
>> network I have been on, I have no problems sending emails using the smtp
>> classes in .NET as long as I set the authentication properly...
>>
>
>
> I gave up trying to understand what happens in the heads of IT admins.
> Just yesterday I sent an update of my app to my customer - appended to an
> email. This time I sent it to his private email address, not his company
> email
> account.
> Last time I had to send it twice, the exe was stripped from my email and
> after
> hours trying to get it released from the IT he phoned me to send it to his
> private
> email account. There he _could_ download the exe to his company PC!
> Funny how they have secured their company net, isn't it?
>
> Helmut.
>
From: David Kerber on
In article <Xns9D677AB0EC727taustingmail(a)69.16.186.7>,
taustinca(a)gmail.com says...
>
> Am I the only one using Ostrosoft's SMTP package? Works very well
> for me.

Me, too. Been using it for years.

D
From: Dee Earley on
On 28/04/2010 10:44, Cor Ligthert[MVP] wrote:
> Helmut,
>
> Default behaviour, exe's don't go trhough almost through not any
> mailserver anymore.

Mailservers do not change the mail.
They MAY defer to filters to do this, but I've not seen any mainstream
MTAs that block these by default out of the box.

After all, that is not their job...

--
Dee Earley (dee.earley(a)icode.co.uk)
i-Catcher Development Team

iCode Systems

(Replies direct to my email address will be ignored.
Please reply to the group.)