Home |
Search |
Today's Posts |
![]() |
|
Electronic Schematics (alt.binaries.schematics.electronic) A place to show and share your electronics schematic drawings. |
Reply |
|
LinkBack | Thread Tools | Display Modes |
#1
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
Anyone know of a good program that can send E-mail from the Command
Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson -- | James E.Thompson, P.E. | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona Voice ![]() | E-mail Address at Website Fax ![]() | http://www.analog-innovations.com | 1962 | America: Land of the Free, Because of the Brave |
#2
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
Jim Thompson wrote:
Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson Well, I do programming and yes, I can code a smtp mail program to run on a command line how ever, it still requires a user name and password to send. There is information stored in the registry that helps you with this how ever, not every uses Outlook since it is very week. In any case, if you can supply this info then it would be easy to encode that on the command line. something like. sendmail username,password,To,From,subject,textB ody.txt,attachments.exe+..... -- "I'm never wrong, once i thought i was, but was mistaken" Real Programmers Do things like this. http://webpages.charter.net/jamie_5 |
#3
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
On Sun, 27 May 2007 21:41:25 -0400, Jamie
t wrote: Jim Thompson wrote: Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson Well, I do programming and yes, I can code a smtp mail program to run on a command line how ever, it still requires a user name and password to send. There is information stored in the registry that helps you with this how ever, not every uses Outlook since it is very week. In any case, if you can supply this info then it would be easy to encode that on the command line. something like. sendmail username,password,To,From,subject,text Body.txt,attachments.exe+..... I have a son who can do that, and he can spell correctly ;-) I was just looking for an off-the-shelf product. ...Jim Thompson -- | James E.Thompson, P.E. | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona Voice ![]() | E-mail Address at Website Fax ![]() | http://www.analog-innovations.com | 1962 | America: Land of the Free, Because of the Brave |
#4
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
"Jim Thompson" wrote in
message ... On Sun, 27 May 2007 21:41:25 -0400, Jamie t wrote: Jim Thompson wrote: Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson Well, I do programming and yes, I can code a smtp mail program to run on a command line how ever, it still requires a user name and password to send. There is information stored in the registry that helps you with this how ever, not every uses Outlook since it is very week. In any case, if you can supply this info then it would be easy to encode that on the command line. something like. sendmail username,password,To,From,subject,tex tBody.txt,attachments.exe+..... I have a son who can do that, and he can spell correctly ;-) I was just looking for an off-the-shelf product. This sounds like it would work..... http://www.blat.net/ Cheers |
#5
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
On Sun, 27 May 2007 19:00:12 -0700, the renowned Jim Thompson
wrote: On Sun, 27 May 2007 21:41:25 -0400, Jamie wrote: Jim Thompson wrote: Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson Well, I do programming and yes, I can code a smtp mail program to run on a command line how ever, it still requires a user name and password to send. There is information stored in the registry that helps you with this how ever, not every uses Outlook since it is very week. In any case, if you can supply this info then it would be easy to encode that on the command line. something like. sendmail username,password,To,From,subject,tex tBody.txt,attachments.exe+..... I have a son who can do that, and he can spell correctly ;-) I was just looking for an off-the-shelf product. ...Jim Thompson This is a simple program that seems to work okay. If your smtp server requires authentication it might bother you that the password is stored in plaintext in the ini file. http://www.indigostar.com/sendmail.htm Free trial version for download. Best regards, Spehro Pefhany -- "it's the network..." "The Journey is the reward" Info for manufacturers: http://www.trexon.com Embedded software/hardware/analog Info for designers: http://www.speff.com |
#6
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]() "Jim Thompson" wrote in message ... Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson -- | James E.Thompson, P.E. | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona Voice ![]() | E-mail Address at Website Fax ![]() | http://www.analog-innovations.com | 1962 | America: Land of the Free, Because of the Brave Hi Jim, look for a command line program that uses MAPI to make Eudora send mail. I have one that complemented something I do a lot pkzip ddmmyy.zip somefiles cemail ddmmyy.zip nowadays I tend to use winzip and then winzip's Mail Archive menu item, this also uses MAPI to drive your own email client. regards, Ian -- Posted via a free Usenet account from http://www.teranews.com |
#7
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
"Jim Thompson" wrote
in message Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. blat is the program of choice (www.blat.net). It takes passwords for different types of logins, sends attachments, etc. And it's free. Only problem is the latest version (2.6.2) has a bug in which, if you run it from a scheduled task while the user is not logged on, it doesn't work. Version 2.6.1 has no problem that I ever saw, and I run it every day on a dozen PCs and servers. -- Reply in group, but if emailing add another zero, and remove the last word. |
#8
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
On Sun, 27 May 2007 18:19:43 -0700, Jim Thompson
wrote: Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson The Windows versions of PowerBasic (PBCC being the simplest one) have all the hooks you need to send and receive email. You could do what you want with maybe a 30-line program. C'mon Jim, learn how to program! John |
#9
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
On Sun, 27 May 2007 22:37:08 -0500, Spehro Pefhany
wrote: On Sun, 27 May 2007 19:00:12 -0700, the renowned Jim Thompson wrote: On Sun, 27 May 2007 21:41:25 -0400, Jamie t wrote: Jim Thompson wrote: Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson Well, I do programming and yes, I can code a smtp mail program to run on a command line how ever, it still requires a user name and password to send. There is information stored in the registry that helps you with this how ever, not every uses Outlook since it is very week. In any case, if you can supply this info then it would be easy to encode that on the command line. something like. sendmail username,password,To,From,subject,te xtBody.txt,attachments.exe+..... I have a son who can do that, and he can spell correctly ;-) I was just looking for an off-the-shelf product. ...Jim Thompson This is a simple program that seems to work okay. If your smtp server requires authentication it might bother you that the password is stored in plaintext in the ini file. http://www.indigostar.com/sendmail.htm Free trial version for download. Best regards, Spehro Pefhany Hi Spehro, I need to set PORT number other than standard, but can find nothing in the manual for how to set port. ...Jim Thompson -- | James E.Thompson, P.E. | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona Voice ![]() | E-mail Address at Website Fax ![]() | http://www.analog-innovations.com | 1962 | America: Land of the Free, Because of the Brave |
#10
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
On Mon, 28 May 2007 11:13:48 -0700, Jim Thompson
wrote: On Sun, 27 May 2007 22:37:08 -0500, Spehro Pefhany wrote: On Sun, 27 May 2007 19:00:12 -0700, the renowned Jim Thompson wrote: On Sun, 27 May 2007 21:41:25 -0400, Jamie et wrote: Jim Thompson wrote: Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson Well, I do programming and yes, I can code a smtp mail program to run on a command line how ever, it still requires a user name and password to send. There is information stored in the registry that helps you with this how ever, not every uses Outlook since it is very week. In any case, if you can supply this info then it would be easy to encode that on the command line. something like. sendmail username,password,To,From,subject,t extBody.txt,attachments.exe+..... I have a son who can do that, and he can spell correctly ;-) I was just looking for an off-the-shelf product. ...Jim Thompson This is a simple program that seems to work okay. If your smtp server requires authentication it might bother you that the password is stored in plaintext in the ini file. http://www.indigostar.com/sendmail.htm Free trial version for download. Best regards, Spehro Pefhany Hi Spehro, I need to set PORT number other than standard, but can find nothing in the manual for how to set port. ...Jim Thompson Nothing in manual, but added line is INI file "Port=wxyz", then it works. ...Jim Thompson -- | James E.Thompson, P.E. | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona Voice ![]() | E-mail Address at Website Fax ![]() | http://www.analog-innovations.com | 1962 | America: Land of the Free, Because of the Brave |
#11
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
On Mon, 28 May 2007 15:15:58 -0500, Spehro Pefhany
wrote: On Mon, 28 May 2007 11:13:48 -0700, the renowned Jim Thompson wrote: On Sun, 27 May 2007 22:37:08 -0500, Spehro Pefhany wrote: On Sun, 27 May 2007 19:00:12 -0700, the renowned Jim Thompson wrote: On Sun, 27 May 2007 21:41:25 -0400, Jamie jamie_ka1lpa_not_valid_after_ka1lpa_@charter. net wrote: Jim Thompson wrote: Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson Well, I do programming and yes, I can code a smtp mail program to run on a command line how ever, it still requires a user name and password to send. There is information stored in the registry that helps you with this how ever, not every uses Outlook since it is very week. In any case, if you can supply this info then it would be easy to encode that on the command line. something like. sendmail username,password,To,From,subject, textBody.txt,attachments.exe+..... I have a son who can do that, and he can spell correctly ;-) I was just looking for an off-the-shelf product. ...Jim Thompson This is a simple program that seems to work okay. If your smtp server requires authentication it might bother you that the password is stored in plaintext in the ini file. http://www.indigostar.com/sendmail.htm Free trial version for download. Best regards, Spehro Pefhany Hi Spehro, I need to set PORT number other than standard, but can find nothing in the manual for how to set port. ...Jim Thompson I don't see that option either. Hmm.. looks like a residential address. Best regards, Spehro Pefhany I got it working by adding a "PORT=" line in the INI file. Now I have all my bells and whistles working for E-mail redirection to my cell phone. Text message beeps me to login and check my E-mail ;-) ...Jim Thompson -- | James E.Thompson, P.E. | mens | | Analog Innovations, Inc. | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | Phoenix, Arizona Voice ![]() | E-mail Address at Website Fax ![]() | http://www.analog-innovations.com | 1962 | America: Land of the Free, Because of the Brave |
#12
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
On Mon, 28 May 2007 11:13:48 -0700, the renowned Jim Thompson
wrote: On Sun, 27 May 2007 22:37:08 -0500, Spehro Pefhany wrote: On Sun, 27 May 2007 19:00:12 -0700, the renowned Jim Thompson wrote: On Sun, 27 May 2007 21:41:25 -0400, Jamie et wrote: Jim Thompson wrote: Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson Well, I do programming and yes, I can code a smtp mail program to run on a command line how ever, it still requires a user name and password to send. There is information stored in the registry that helps you with this how ever, not every uses Outlook since it is very week. In any case, if you can supply this info then it would be easy to encode that on the command line. something like. sendmail username,password,To,From,subject,t extBody.txt,attachments.exe+..... I have a son who can do that, and he can spell correctly ;-) I was just looking for an off-the-shelf product. ...Jim Thompson This is a simple program that seems to work okay. If your smtp server requires authentication it might bother you that the password is stored in plaintext in the ini file. http://www.indigostar.com/sendmail.htm Free trial version for download. Best regards, Spehro Pefhany Hi Spehro, I need to set PORT number other than standard, but can find nothing in the manual for how to set port. ...Jim Thompson I don't see that option either. Hmm.. looks like a residential address. Best regards, Spehro Pefhany -- "it's the network..." "The Journey is the reward" Info for manufacturers: http://www.trexon.com Embedded software/hardware/analog Info for designers: http://www.speff.com |
#13
![]()
Posted to alt.binaries.schematics.electronic,sci.electronics.design
|
|||
|
|||
![]()
On Mon, 28 May 2007 10:21:32 -0700, John Larkin
wrote: On Sun, 27 May 2007 18:19:43 -0700, Jim Thompson wrote: Anyone know of a good program that can send E-mail from the Command Line? ...Send a filename to an address? All I've found don't accommodate a password. I guess the authors assume you are resident with the SMTP server. ...Jim Thompson The Windows versions of PowerBasic (PBCC being the simplest one) have all the hooks you need to send and receive email. You could do what you want with maybe a 30-line program. C'mon Jim, learn how to program! John Agreed. For command line use, I just use Perl to do what Jim seems to be talking about. It's very easy to code up, using a free library, and Parl is pretty easy to use with lists, if desired. No compilation of the code required and probably fewer lines than 30, too. Jon |
#14
![]()
Posted to alt.binaries.schematics.electronic
|
|||
|
|||
![]()
On Sun, 27 May 2007 19:00:12 -0700, Jim Thompson
wrote: .. I have a son who can do that, and he can spell correctly ;-) does your son know how to use a search engine? (can you spell www.just****inggoogleit.com ?) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|