The mail editor allows normal Email functions like Carbon copy, return receipt, adding attachments, changing message priority, etc.
Quick guide to sending mail
AutoWinNet95 supports three kinds of email addresses:
Name in quotes First, enter your recipients. You can have multiple addresses separated by commas:
These address go on the TO, CC, BCC lines, and there is no limit to your number of recipients.
What's a CC, and BCC do?
Those are carbon copy, and blind carbon copy. Use the CC when you want other people to be emailed concerning the same thing, and don't mind them seeing the first recipient. Blind Carbon Copies arrive, looking like the recipient is the only person who got your Email. In other words, he won't see the other people's names that you included as Blind Carbon Copies.
Finally, type in your subject.
Now type in your actual message in the section shown above. Right click to access a menu of cool things you can do inside your message, like copying text, paste, print, send immediately, insert a file, etc.
Attachments can be added via the Attachment button. Right click on your attachment for a menu of features, including launching the file, adding/removing it, viewing and more. If you have an attachment, it will show up in a little split window at the bottom of your message text, as above.
Once you're all done, you can request a return recipeipt, change the priority from normal to low or high, and schedule the message to send.
AutoWinNet95 supports multiple mail accounts (maybe you have one for work, for home ..)
You assign each mailbox a "nickname". For example - home could be Personal mail. This separates them, and allows the same agenda to affect mutiple POP3 servers. Each nickname holds your POP3 server, username and password.
Quick Mail is an advanced Email sender that can be altered "on the fly" before an agenda is run.
Normally when sending Email, your message and attachments are compressed into a .EML file that is stored on your hard drive, and later sent when that agenda step is run. You cannot change recipients, add or delete attachments, etc once the step is created.
Quick Mail however, stores your recipients, message and attachment list in separate files so you can change them after your step is made. And since nothing is permanent, you may delete some attachments you no longer want to send, or include more Email addresses that you forgot to include originally. And all this without changing your agenda step!
Recipient file: An example Recipient File would include:
TO: doug1@netcom.com
Subject: Variables are temporary strings replaced by actual text before the message is sent.
Variables you can use:
Here's a sample message using variables:
This is a very basic message to test Awn95's new Quick Mail
About %HOUR% hours ago, the minute was %MINUTE%.
Attachment file: A sample attachment file:
c:\awn953\readme.dpr
All of the above files actually exist, except for the last one. When I ran this agenda, the following line showed up in the logfile: Example uses for Quick Mail Let's walk through a some scenerios for how you can use Quick Mail to make your life much easier:
Problem: Everyday, I send doug@netcom.com a binary file: todaysnews.gif. I would use the regular mail feature, but my file changes everyday.
Problem
Name with no quotes: Fred Jones <fred@provider.com>
Simple address fred@provider.com
Also, press the browse button to the right of your address line to access the mailing list manager, where you can store your favorite people into groups.
You can access the multi-mailbox dialog by choosing Check Mail or Cleanup Mailbox steps from the main menu.
Note: Your POP3 timeout value from the configuration is used for all mailboxes
TO: doug22@netcom.com
CC: shorty@address.net
BCC: mailbox@mail.com
Message file: A text file containing the actual text of your message, up to 64 kilobytes in length. You may also use variables inside the message.
For example, %MAILADDRESS% will be replaced with your actual mailing address.
Note: You must include a message file, even if it's empty.
functionality. I am writing concerning Testing a new Awn95 step, and
how it affects me on %DATESTRING%.
If you would like to respond, plese email me at %MAILADDRESS% or call my home to speak with me directly.
Sincerely, %FULLNAME%
Note: Any attachment not found when the agenda is run will be skipped, and noted in the logfile.
c:\awn953\readme.res
c:\awn953\noexist.txt
12/5/97 11:58:24 AM: Could not attach file to Quick Mail: c:\awn953\noexist.txt because FILE NOT FOUND
Solution: Use a Quick Mail step. Your recipient file would just be one line: doug@netcom.com, and the Attachment file would also be one line: c:\temp\todaysnews.gif. Since we must include a Message file, just create a blank file in NOTEPAD, then save it, and type in that filename for your Message File.
Solution: Use a Quick Mail step. Your recipient file would be easy to change. Just load up a text editor, and add/delete Email addresses when people subscribe or unsubscribe. Also, update your message file with today's announcements, and then run the step.