Previous in Forum: How to write an API call in Excel VBA   Next in Forum: To Upgrade Or Not To Upgrade , That Is The Question
Close
Close
Close
9 comments
Rate Comments: Nested
Associate

Join Date: May 2008
Posts: 29
Good Answers: 1

Automatic Email Notification Upon Modem Connection

02/25/2011 9:34 AM

I am wondering if there is a way to automatically send an email notification whenever a dial up connection has been established to a PC.

__________________
garyboyce
Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru
Engineering Fields - Electrical Engineering - Been there, done that. Engineering Fields - Control Engineering - New Member

Join Date: Dec 2008
Location: Long Island NY
Posts: 15600
Good Answers: 981
#1

Re: send email notification upon modem connection

02/25/2011 10:03 AM

Your question seems to me to be a little ambiguous. Depending on your intent, the answer should be obvious. If you are the e-mail sender who establishes a connection to the Internet with a dial up modem then, yes you can configure your computer so that when access is capable to the net your computer can immediately consume part of your limited bandwidth for sending an e-mail. If instead you wish to force someone else's computer to surrender their dial up bandwidth so you can push an e-mail to them then, no without a virus like program planted on the other computer you cannot control their computer.

__________________
"Don't disturb my circles." translation of Archimedes last words
Register to Reply
Associate

Join Date: May 2008
Posts: 29
Good Answers: 1
#2
In reply to #1

Re: send email notification upon modem connection

02/25/2011 10:24 AM

This setup is not using a dial up connection for internet. I am trying to send an automatic email when ever a plc dialer connects to this PC via a dial up connection.

__________________
garyboyce
Register to Reply
Guru
Engineering Fields - Electrical Engineering - Hmmm...

Join Date: Jul 2010
Location: Maryland
Posts: 567
Good Answers: 29
#3

Re: Automatic Email Notification Upon Modem Connection

02/25/2011 11:35 AM

What OS is the PC running?

I recall Labview having the ability to connect to a modem as well as generate emails. Didn't look that hard to program.

You may also want to check with the PLC manufacturer. They may have a program to do that already.

Register to Reply
Associate

Join Date: May 2008
Posts: 29
Good Answers: 1
#4
In reply to #3

Re: Automatic Email Notification Upon Modem Connection

02/25/2011 11:45 AM

the PC is running Windows XP. Sorry, that would have been a tad useful.

I'll look into labview. thankyou.

__________________
garyboyce
Register to Reply
Guru

Join Date: Feb 2006
Posts: 1758
Good Answers: 6
#5

Re: Automatic Email Notification Upon Modem Connection

02/26/2011 9:41 AM

Are you using Dial-up for internet connection?

If using Broadband where comes the dial-up?

Do you mean when ....?

Do you mean when you start-up PC and it is connected to Internet then you expect if any mail is in your server?

If the last is your intention then Incredimail is for you.

Register to Reply
Associate

Join Date: May 2008
Posts: 29
Good Answers: 1
#6
In reply to #5

Re: Automatic Email Notification Upon Modem Connection

02/26/2011 9:55 AM

The computer that is to se.d email is connected to a broad band connect. There is a piece of equpment that has plc connected to it that is sent a 12 volt signal on machine failures. Wben that happens the plc dials a number. We dont want to use pages or cell phones. So we thought it would be nice if it called a computer and that computer emailed us.

__________________
garyboyce
Register to Reply
Guru

Join Date: Feb 2006
Posts: 1758
Good Answers: 6
#7
In reply to #6

Re: Automatic Email Notification Upon Modem Connection

02/26/2011 10:17 AM

If that PC can send you automatically a mail and PC with you is ready to receive the mail [not necessarily you are connected to your mail server] then surely the Incredimail is the solution I know. I had been using its free for quite a time then my son bought its Premium edition and as soon I connected to internet [I was using Dialup at that time] it indicated my mail. Golden Edition may have much more.

And it is known that you are connected to internet.

Secondly I have my accounts to a mail server and have set it to inform an incoming mail by a sound, but in this case I should be connected to the mail client.

Se if your mail client have such facillity.

Hope may be of any help.

Register to Reply
Power-User
United Kingdom - Member - New Member

Join Date: Oct 2010
Location: Torquay England
Posts: 202
Good Answers: 4
#8

Re: Automatic Email Notification Upon Modem Connection

02/26/2011 10:49 AM

I am wondering if there is a way to automatically send an email notification whenever a dial up connection has been established to a PC.

You just have to PING the modem address no connection no PING.. Simples..

__________________
Torque is not cheap
Register to Reply
Active Contributor

Join Date: Jan 2011
Posts: 16
#9

Re: Automatic Email Notification Upon Modem Connection

02/28/2011 6:26 PM

There is a script program called Blat. I use it so when our UPS for our VOIP/data stuff drops below 90% (due to power failure) I get an e-mail, and if someone's logoff backup script fails I get an e-mail with the user and computer name (from there I look at the robocopy logs).

If there is some kind of way to kick off a script whenever this connection is made (either through the dialer itself, or windows scheduled tasks) then you can write something to send you an e-mail.

My example (e-mail when robocopy fails to backup with error level 8 or higher):

if errorlevel 8 "\\file\admin\blat.exe" -subject "BackupLocalProfile for %username% on %computername% error" -body "BackupLocalProfile for %username% on %computername% error" -to Administrator@..com,Waldo120@..com -f Administrator@..com -server mail...com

Register to Reply
Register to Reply 9 comments
Copy to Clipboard

Users who posted comments:

garyboyce (3); Haajee (2); Lo_Volt (1); merc600sec (1); redfred (1); Waldo120 (1)

Previous in Forum: How to write an API call in Excel VBA   Next in Forum: To Upgrade Or Not To Upgrade , That Is The Question
You might be interested in: PC Card Connectors, PC Enclosures, IC Modems

Advertisement