Quick Mail light - parameters

All applet parameters

If you don't use any optional parameter the applet will apply the default value in bold.

<applet archive=quick_mail.jar code="buddysoft.QuickMail.class" width=350 height=300> <param name=TO value="xxx@xxxx.xxx, yyy@yyyy.yyy, ..."> <!-- optional parameters --> <param name="colors" value="#009977, white, orange, black"> <param name=icon value="image_name.gif (.jpg)"> <param name=label value="New Label"> <param name=flag value="flag X -"> <param name=CC value=on> <param name="sendURL" value=on> <param name=debug value=on> <!-- optional parameters --> </applet>

Applet Dimensions (required)

<applet archive=quick_mail.jar code="buddysoft.QuickMail.class" width=350 height=300></applet>

Change BS Quick Mail dimensions from here. If the applet width is bigger than 200 pix the applet will appears in stuck mode on your web pages and conversely.


Email recipient (required)

<param name=TO value="xxx@xxxx.xxx, yyy@yyyy.yyy, ...">

The list of recipient's email divided by comma. There is no limit about number of emails. If you use only one email the Choice control won't appear.


Applet colors (optional)

<param name="colors" value="#00dd77, white, orange, black"> List of the applet colors divided by comma by next order: bgColor, fgColor, btnColor, btnLabel.

bgColor - applet background color (#007799)
fgColor - applet foreground (labels) color (white)
btnColor - send/launch button background color (orange)
btnLabel - send/launch button labels color (black)

NOTE: Permissible values for the colors - any HTML standard (black, white, silver, gray, red, green, blue, cyan, magenta, yellow, orange) or/and hexadecimal color from #000000 to #fffffff.


Start/Launch button icon (floating modes only)

<param name=icon value="image_name.gif (.jpg)">

Show icon on the start button. Use .gif or .jpg image file formats only!


Start/Launch button label (floating modes only)

<param name=label value="New Label">

Change the launch button label. (Quick Mail)
NOTE: If you use an icon on your start/launch button you cannot apply a new button label


Sorting flag

<param name=flag value="flag X -">

This flag will be appended in the beginning of any mail subject. Use this option to sort your messages by subject line.


Carbon Copy to sender

<param name=CC value=on>

It's a good idea always to send a CC to the sender like a info but in some cases this feature may be disabled on your mail server. Contact with your hosting administration if the senders receive no CC. (off, on)


Add a web page URL to the email

<param name="sendURL" value=off>

Quick Mail light will attach the URL of its web page in the beginning of the any email by default. Use this option if you want to disable this feature.

(on, off)

BS Quick Mail - fine adustment (for advanced users only)

<param name=debug value=on>

Print communications between BS Quick Mail and your email server on your browser Java(tm) console. (off, on)

Quick Mail