Re: Question on Outgoing Mail Server - Sending mail within VB6



The first 2 things that pop into my mind are Telnet and FTP.

You can send an Email using Telnet from the client. I'd recommend setting up
a specific mailbox for this though, since the credentials will be in plain
text unless your mail server has SSH. With SSH, you would have a decent
amount of security. Lots of examples for sending Email through Telnet if you
do a google search

The other option is for you to setup an FTP server and just have the program
write a log to it. I'd use Wininet API to do the FTP, but Winsock or the
Inet Control will both get you there as well as many 3rd party controls.

HTH

Matt

<Charington@xxxxxxx> wrote in message
news:446df0f8.56317024@xxxxxxxxxxxxxxxxxxxxxxxx
Hi All

I know that when ever I set up my mail programs - Outlook / Outlook
Express / Netscape etc... You are required to enter an Outgoing
Server with Account Name and Password etc.

If you have an application running on a Client's computer on their
Network, Is it possilble to send an email to myself (I am probably
subscribed to a different service than the client has) - The point
would be in case of detection of a fault in the system, to "call home"

I'd hate to get involved with trying to find out the different
client's email Outgoing Server and finding an account and a password
to use....
Is there anyway to send directly to my email provider?
Thanks
John



.



Relevant Pages

  • Re: FTP Server setup... Im so close!
    ... > I have installed the Internet Information Services, etc, and have the FTP ... Your external client is trying to use Passive Mode. ... Since your server is behind NAT, ...
    (microsoft.public.windowsxp.network_web)
  • Re: Microsoft FTP Server problem on W2K?
    ... I have technical responsibility for this FTP implementation, ... Since PASV voids PORT, the client side ... connect to the server from" isn't implied by the text of the RFC. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Telnet/ftp problems SBS2000
    ... | through the server to get internet access everything works. ... | client uses an internet backup company to backup his really vital data, ... I understand that you cannot use ftp service to ... the connection can be established ...
    (microsoft.public.windows.server.sbs)
  • [NEWS] Directory Traversal Vulnerabilities in FTP Clients
    ... vulnerable to certain directory traversal attacks by modified FTP servers. ... file/directory permissions and the privilege level of the client. ... A malicious server could potentially overwrite key files to cause a denial ... your vendor, or the associated CERT vulnerability note, if your product is ...
    (Securiteam)
  • Re: Configure ISA to allow ISA Server to make external FTP Connect
    ... your Server name and select properties, Installation mode is listed at the ... client, as well as being all three at the same time. ... This means that the workstation has the proxy server details ... Enter the name 'FTP Access', press next twice, from the drop down box ...
    (microsoft.public.isa.configuration)

Loading