It is currently Wed Jun 19, 2013 4:18 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: SimpleBlatGUI 0.0.0.2 beta (Newsletter Mass Mailer)
PostPosted: Mon Jan 21, 2008 7:54 pm 
Offline
User avatar

Joined: Wed Mar 29, 2006 8:09 pm
Posts: 67
1. Introduction

I was looking for a free tool to send single HTML e-mails to multiple recipients, something like MailReactor but with HTML support.

I decided to use Blat, which perfectly fits my needs but unfortunately is a commandline tool. After some time I grew tired of editing batch files, so I decided to make a GUI for Blat.

Image


2. Download

As Blat is free
Quote:
to modify, redistribute, hoard, or even sell Blat in its executable or source form
this package also includes the original Blat, so you only have to download once.

Unicode (NT/2000/XP/Vista)

ANSI (95/98/ME)

Source


3. Installation

You guessed it: extract to a folder of your choice.

If you really want to "install" it you can right-click on a *.sbc file generated by any "Save" or "Save to" operation, choose "Open with" and define SimpleBlatGUI as standard.


4. Usage

I still have to find a decent chm compiler before I can add a help file, but for now the GUI should be self-explanatory enough. If you know what "from", "to" and "server" means you're pretty much ready to use it.

Basically it's a three-step-process:

1) Fill in the necessary form fields

2) Press "Create" to create the command line (you can still edit)

3) Press "Send" to send the command to Blat

The GUI provides easy access to the most important features of Blat, but deliberately not all. If you are a sophisticated user you might want to check out the Blat Syntax. Any function supported by Blat can be used by adding the right argument (tab "Options" -> "arguments").


5. Stealth

Blat itself is able to store profiles (e-mail address, server, port) in the registry for frequent use, but that's not mandatory.

The GUI does not use the registry or user folder. I recently discovered that an included UDF makes use of the user's temporary directory. Maybe I will adapt that Function later, for now you could avoid writing to %temp% by not using the IP look-up function (tab "Options" -> "host" -> button "Info").


6. Portability

I wouldn't dare posting here if not ;-)


7. Internet Activity

Provided you filled out all the necessary form fields correctly, Blat.exe will connect to the internet as soon as you hit "Send".

SimpleBlatGUI.exe usually does not connect to the Internet. If you use the server info or host info function though, it will do so to get that data.


8. Security

To find out more about Blat's GSS encryption try their Yahoo Discussion List.

You are able to save your different configurations to multiple *.sbc files. SimpleBlatGUI uses RC4 encryption for passwords.


9. License

For Blat's license read here.

SimpleBlatGUI is completely free to use, you can modify and redistribute it, print the source and wrap your cat in it, but by doing so you accept that I cannot be hold responsible for any harm done.

The only limitation in each license is that both Blat and SimpleBlatGUI cannot be used to send spam.
Quote:
Use of this software to send unsolicited commercial eMail constitutes an agreement to pay each of the authors $10,000.

Keep that in mind before you start crapping into other peoples mailboxes :-)


10. Bugs

SimpleBlatGUI was thoroughly tested... by myself. And only on XP. I don't expect any major bugs, but I depend on you folks to find that out, especially regarding non-XP-systems.


11. To Do

+ Add form field for delay
+ Batch file export
+ Language support


12. How you could help

1) Try SimpleBlatGUI and tell me if anything doesn't work as expected.

2) Make a wish. If there is a feature you are missing, tell me. If it's useful, possible and not too hard I will implement it. I will not change the original Blat.exe, though.

3) It's too early for language support, but once it's implemented, I will definitely need your help with translations.


Thank you in advance for your feedback!

_________________
My name is Mike. His name is Bob.


Last edited by Hank7 on Thu Jan 24, 2008 3:11 pm, edited 10 times in total.

Top
 Profile  
 
 Post subject: hmmm
PostPosted: Mon Jan 21, 2008 8:48 pm 
Offline
User avatar

Joined: Tue Nov 28, 2006 3:26 pm
Posts: 256
hmmm this takes some looking into, I think I like the sounds of this program


Top
 Profile  
 
 Post subject: Great job
PostPosted: Thu Apr 03, 2008 7:12 am 
Offline

Joined: Thu Apr 03, 2008 7:05 am
Posts: 1
Greetings,

Great looking GUI. Since Hank7 allows redistribution I posted a link to this post on the yahoo group blat.

http://tech.groups.yahoo.com/group/blat/

Hank7 how could you do all this work and not let us regulars of the YGB know about it? If there are any more Blat related projects please stop by and let us know.

Thanks,
Namtog


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 06, 2008 5:54 pm 
Offline
User avatar

Joined: Wed Mar 29, 2006 8:09 pm
Posts: 67
Thank you, Namtog!

As stated above, SimpleBlatGUI is still pretty much untested by anyone else but me. I hoped to hear from beta testers before "going public".

The opinion of people who use Blat on a regular basis is very important to me, so I really appreciate the link on YGB.

I will visit you there as soon as 0.0.0.3 is ready and keep you informed on updates.

Greetings, Hank7

_________________
My name is Mike. His name is Bob.


Top
 Profile  
 
 Post subject: SimpleBLATGUI--issue
PostPosted: Thu May 01, 2008 7:07 am 
Offline

Joined: Thu May 01, 2008 6:45 am
Posts: 1
NIce job BTW-
I did install on two machines-one with XP and the other VISTA- no isues with this. When I enter in the basic information, and then slect create---it constantly tells me it is missing arguments.
Here is the xp side details:

-f "blat@kn.com" -to "jcooper@mycompanyname.com" -subject "Reports" -server "mail.mydomainname.com"

error upon create:
Some Arguments are missing.

I went thru and added in a bunch of other details- such as authentication a file and HTML, etc. but cant seems to get this to go with out rec the mesg.

Now- I did enter in -create into the OPYIONS tab Arguments line and it allowed me to create but in the dos window it stopped processing and said it didnt understand the argument and then gives the items I can select from when using create. Ideas?


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 02, 2008 11:31 pm 
Offline
User avatar

Joined: Wed Mar 29, 2006 8:09 pm
Posts: 67
Hi jdcoop,

thanks for the Vista confirmation.

Blat expects one of these scenarios:

1) Blat <filename> -to <recipient> [optional switches]
2) Blat -install <server addr> <sender's addr> [<try>[<port>[<profile>]]] [-q]
3) Blat -profile [-delete | "<default>"] [profile1] [profileN] [-q]
4) Blat -h

Quote:
-f "blat@kn.com" -to "jcooper@mycompanyname.com" -subject "Reports" -server "mail.mydomainname.com"


This is an e-mail without text. If you do not wish to send any just leave body.txt without content, but check "body file" (the file itself will only be read, not sent as an attachment, so it doesn't matter if it is *.txt, *.htm or just any fake 0kb file):

Code:
"body.txt" -f "blat@kn.com" -to "jcooper@mycompanyname.com" -subject "Reports" -server "mail.mydomainname.com"


I am going to make sending text-less e-mails more intuitive in future versions.

Quote:
Now- I did enter in -create into the OPYIONS tab Arguments line and it allowed me to create but in the dos window it stopped processing and said it didnt understand the argument and then gives the items I can select from when using create. Ideas?


"-create" is not a valid Blat argument. The arguments input was added to keep the GUI flexible and allow any switch (e.g. for altered versions of Blat), so it won't be checked by SimpleBlatGUI, but Blat itself will still tell you what's possible and what's not.

BTW, error messages are handled by Blat, SimpleBlatGUI does not validate your input but only offers warnings.

_________________
My name is Mike. His name is Bob.


Top
 Profile  
 
 Post subject: Re: SimpleBlatGUI 0.0.0.2 beta (Newsletter Mass Mailer)
PostPosted: Wed May 22, 2013 4:58 am 
Offline

Joined: Tue Jun 26, 2012 10:40 pm
Posts: 29
As you may know, the OP only has dead links.

Here's the new and improved GUI for Blat:
http://www.portablefreeware.com/index.php?id=2489
Please vote for it to make it public!

_________________
My apps' developments:


Top
 Profile  
 
 Post subject: Re: SimpleBlatGUI 0.0.0.2 beta (Newsletter Mass Mailer)
PostPosted: Wed May 22, 2013 7:00 am 
Offline
User avatar

Joined: Mon Dec 07, 2009 7:09 am
Posts: 960
Location: Terra @ Sol System
For general info, Blat has both 32 and 64 bits versions for download at Sourceforge:

http://sourceforge.net/projects/blat


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group