send

automation: email yourself a file

Hi all, I have a computer at home which I can't access from work. I'd like to be able to view results from work that my home computer produces. The best idea I've come up with is an automated script running on my home computer that emails myself the results (from a text file or stderr/out) when complete. I'm decent with bash (I hav...

Un-enlisting a BizTalk MSMQ send port in batch file

I've got a solution which I setup / cleanup using batch files ... - there are a pair of MSMQ ports, send and receive, with another application on the end of the queues I'm finding I can't properly stop the orchestration in the batch file ... the error is the send port is unenlisted - I'm using the StopOrch.vbs script from the SDK sampl...

How to add a custom item to the Microsoft Office Send To Menu

Is it possible to extend the "Send to" menu in Office (not the Windows one; I know how to do that). I would like to launch my own application with the source document as the target. Update: I am looking for a non-VSTO based solution. ...

How can I send a picture in j2me

How can I send a picture in j2me maybe using base64 decode and the send in post form via http request ...

What's a quick, easy way to send HTML emails to myself to test them?

I've been given the task of optimizing HTML emails for different email/webmail clients. I used to test the HTML file by doing a trick in Outlook Express, to make it send the raw HTML, but Microsoft seems to have stopped supplying Outlook Express now (I think "Live Mail" is supposed to replace it). So my question is, is there a simple, q...

How can I send an SMS from Java?

i wanted to send SMS to particular mobile from webapplication and receive his reply and view to webapplication only.. is it possible to create using java technology if means give guidence..... pl ...

send a COM object with a BSTR value type in a MSMQ message

I'm trying to send a COM object over a MSMQ message in C++. This is my object : class ATL_NO_VTABLE CAnalisis : public CComObjectRootEx, public CComCoClass, public ISupportErrorInfo, public IDispatchImpl, public IPersistStreamInit { private: typedef struct { DOUBLE size; float color; float light; ...

Sendmail for Windows

I'm hunting for a mail sending program which can be used with command line arguments. Ive tried jaber's sendmail . Its really neat, but its unfortunately broken for SSL auth. Any alternatives ? (Oh yeah, I dont want to use perl :P) ...

How to communicate between a JSP filter and a JAVA program

Is there any way to send a string to a JAVA program from a JSP filter? I tried sockets; didn't work. I tried external files; didn't work. So, I'm kind of at a Witt's end here on the subject. ...

What is the Send API for accessing menu commands from outside application

hi, is there a send api to access a menu command in another application? For example,I am trying to access the View menu of a notepad. How am I going to do this? I already got the menu using GetSystemMenu but I can't access it. I think this has an API already but I don't know. ...

How to send value through URL in FLEX

Hi, I want to send current date with URL in flex from client side and want to get it on the server. I am using MXML and ActonScript. Please help me. ...

Drupal 6 won't send email, for account activation etc.

I'm running my own LAMP server locally. Something i need to setup? Should it be able to send email using php-mail, without havin to configure smtp. ...

Connection refused after some time on threaded process in tcp socket requests (c/linux)

I'm trying to make process that takes number of requests each second, on each request new thread is created. Each thread then opens socket connection to address (http port) sends HEAD requests, gets response and closes socket. Problem I'm having comes when i put more then 3 requests per second, after some time i get error in send() part...

How to send an email to all users in php?

Lets say, I have 1000 subscribed users in mysql database. If I want to send an email to all users, what should i do? EDIT: What is (everybody talking) cron jobs? Can give example? ...

How to send an alert message to a friend in the same network?

I would like to send some messages to my friend who is in the same network as mine, but I do not want him to confirm any password or registration. Just a pop up windows appears on his screen. Any suggestion, please? Windows Vista is my OS, however If you could provide the tips which could pass across OS Plateform like Linux to Windows, o...

problem when sending images through wcf from silverlight

silverlight uses wcf with basicHttpBinding i send the image as an byte[], and it's working as long as the image has less than 20KB but when it's bigger i get the error: The remote server returned an error: NotFound in the Reference.cs public bool EndSave(System.IAsyncResult re...

Properly disposing resources used by SmtpClient

I have a C# service that runs continuously with user credentials (i.e not as localsystem - I can't change this though I want to). For the most part the service seems to run ok, but ever so often it bombs out and restarts for no apparent reason (servicer manager is set to restart service on crash). I am doing substantial event logging, a...

What is the second paramenter of TCPSocket.send in Ruby?

I am using this line to send a message via a Ruby (1.8.7) socket: @@socket.send login_message, 0 (This works fine) What is the second parameter for? I can't find the send method in the Ruby API docs... I first thought that it was some C style length of the message. This is why I used login_message.length as second parameter. That wo...

C# Async socket problem

Hi everyone, I'm having a weird problem with my code, at the moment everything works fine, except the sending part. Whenever I try to send a packet it actually sends many empty packets, and I can't find out why, I've checked with the debugger and the SendPacket function is being called only once. Thanks to everyone! ...

Send commands to other command-line programs

Hey, Is there a way, to send commands to another command-line program? 'Cause i have a special command-line program, but I can't send commands to it using syntax like program.exe something_to_do the program executes something like this: ("here syntax" is where i want to input text to and also enter to start) TheWhateverCommandLinePro...