Right click on the taskbar icon and select the
Send...
option. A dialog asking for the recipients email address,
the subject of the email and text (or body) or the message will appear.
When you've typed these details click on Send
and thats it.
Alternatively, double click on the tray icon and the Send Dialog will appear
even more quickly.
Type in the email addresses in the To field of the Send Dialog seperated by commas or spaces.
The Change Background
option is only available to Registered Users.
Also, due to Windows limitations it must be a solid colour.
In the body of the message type Subject:
followed by your subject.
Then leave a blank line and type the rest of the message.
It is possible to send just a message
with a subject and no text. This applies to a text file if you're sending mail
from the command line and also the the Send Dialog box. Note There must be a
space following the colon on each header line.
You need to create a text file using an text editor such as notepad
(not Word or WordPad). The first line of the text file must be the list
of recipients - seperate them with either spaces or commas. The second
and subsequent lines of the text file are the message.
Save it as mail.txt in the same directory
as SendM@ail. Then from the SendM@ail directory type
sendm32 mail.txt
.
An example of the contents of the file mail.txt is shown below
To: bill@whitehouse.gov Subject: News of great new mail app for the net Bill, Check this out - I've just discovered a great new app on the net. I'll let you have the URL when we get together on Friday. Regards AlIf you specify the -t option on the command line you must omit the list of recipients from the first line. This is useful for mailing attachments.
You need to visit the Registration Page. A license number will be generated for you (usually within 24 hours) and emailed back to you with confirmation of your purchase.
In addition to credit cards, RegNet can accept cash, check or money order. Be sure to include all of your contact information with your payment. Make checks (drawn on a US bank) payable to Wintronix, Inc. and send to the following address:
RegNet (Wintronix) 21200 Trumpet Drive #201 Santa Clarita, CA 91321-4441When your check arrives, we will process your registration and fulfill the order.
SendM@ail can encode files using industry standard MIME protocols.
To send the file sm32.zip
to George
you would need to enter the command
sendm32 -m -tgeorge@thebiz.com sm32.zip
The -m
option tells SendM@ail to encode the file sm32.zip
using standard MIME protocols. The -t
option tells SendM@ail to
send it to George.
Start SendM@ail as usual. Go to the About Dialog and click on the Register Button. You can then type in your name and company name and your new license number. You must type in the details exactly as shown on your Registration Certificate.
It's currently V1.09. And it's always available at http://www.deadsys.com/sw/sm32.zip
Since SendM@ail can be called from the command line it can easily be invoked using the WinExec() or CreateProcess() APIs. There's no need to learn MAPI or interface to obscure DLLs. Talk to us about volume discounts or bundling SendM@ail with your products or even customisation.
The only limit is your computers memory. This is usually translates to files of at least 1 megabyte. However, it is not a good idea to send large files over the internet, they often get delayed because smaller messages get priority. Therefore it's usually best to keep file sizes below 64K. If you are using SendM@ail on your own intranet them this will not apply to you.
SendM@ail can be send text messages to a recipient that is named in the text file.
If your database can create reports and output them as text file in a format such as
the following you can use SendM@ail.
To: homer@duff.power.plant.org
Subject: Button
Homer,
I forgot to tell you, don't press the red one.
Al
See our developers page for more details.
Yes. Anything that is printed and subsequently mailed using the postal service could be emailed instead. SendM@ail can be integrated with your applications to automatically email these documents/printouts. This would save the trees and the cost of postage as well. Tell your Computer Department about your ideas and get them to check out this URL.
Yes. You'll need to modify your PERL or CGI scripts to generate a text file and also pass the correct parameters to SendM@ail.
Set up a shortcut on the Windows desktop with a command line such as
\sendmail\sendm32 -amyaddresses.lst myreport.txt
.
And then when your report is complete just double click on the shortcut.
You could also set up a batch fle or script to do it automatically when the report is
created.