Here is my small utility to send mail via server which require SMTP authentication.
To configure it to work with your mail acount, run it with command-line parameter 'config, e.g:
dito_asms.exe config
Small window will appear, fields content is self-explanatory
Fill all fields, test and save your settings.
Settings are stored in registry in key ‘HKEY_CURRENT_USER\Software\DITO’ and they are encrypted using AES-128 algorithm.
To send mail run app with three command-line parameters: ‘TO address’ ‘Subject’ ‘Mail body’, e.g.:
“C:\Program Files\Dude\dito_asms.exe” nobody@nowhere.com “Service [Probe.Name] on [Device.Name] is now [Service.Status]” “([Service.ProblemDescription])”
A parameter that contains spaces must be surrounded by “double quotes”.
Tested on Win XP and Win 7, works from Dude (thanks to gsandul).
Regards, Grzegorz.
EDIT: the file was removed, there is already a newest version, check my last post
Maybe setup a distribution group that you can add the email addresses to and then just add that one into the SMTP app. (if multiple addresses can not be put into the field).
Here is new version (1.0.0.15) which support multiple recipients: dito_asms.zip (304 KB)
Syntax is:
"C:\Program Files\Dude\dito_asms.exe" "nobody@nowhere.com,billg@microsomething.com" "Service [Probe.Name] on [Device.Name] is now [Service.Status]" "([Service.ProblemDescription])"
List of recipients must be surrounded by double quotes, comma is delimiter, no spaces.
This application was tested on Win7 by me and everything was good.
Attached you can find latest version (1.0.0.16) which logs communication with SMTP server during testing to file. dito_asms.zip (304 KB)
This file named ‘dito_asms.log’ is located in app directory.
Hope this helps.
i have attached a screen shot of the settings I’m using and the log file.
Do i need too change something in dude accept for the string I need to put in
Really good idea with ‘stunnel’.
Personally I don’t use GMail so I’m not able to test this solution.
IMHO if ‘blat’ works my app also should works, same parameters to set.
For me only one disadvantage of ‘blat’ is that every mail account parameter is available as plain text, no encryption at all.
We used Dude with a yahoo account without authentication in 450G boards (example). Yahoo started this week to use authentication. To fix this you have to go to /tool email set starttls=yes