RE: Using BLAT for sending application's Log Files
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <B770283560524E5099A189D55462B9FF@chip> |
> Thank you, all of you. > > I find a custom solution for my problem. I will share it with you. > > I changed the original source code of the BLAT and everytime it founds a specific smtp mail server ie mail.mycompany.com then it changes the sender, receiver, port, username and password directly from the code no matter what command line parameters are set. Of course the strings are encoded somehow to avoid a lightweight debugging. > > Best Regards, An alternative solution that I was going to suggest when I had a few moments, was to include the registry keys in your installation process so that the user need not be aware of your login credentials. The registry keys would include the server name and port, sender’s email address, userid and password for login. This allows you to continue using new versions of Blat without having to ensure your edits are included and not being blocked by anything I do to new versions. Chip