


Recipients, To: -t : recipient list (comma separated).Port: -port : SMTP server port (If not specified, default value 25 will be taken).All parameters can be specified from the command -s -u -p -f -t -protocol -subject -files No ini or XML file configuration needed.All parameters can be specified from the command prompt.Send multiple batch emails from the Command Prompt to many recipients.Net Framework installed on your computer. Most likely you already have, but just make sure that Microsoft.Download the zip file and extract somewhere.mysqldump -u username -h localhost -p database_name | gzip -9 > backup_db.sql.gz

MySQL Backups from the command line also can be made by using the this command.Once your backup file created, you can get it mailed easily by using Send-It-Quiet util. "C:\Program Files\Microsoft SQL Server\90\Tools\Binn\osql.exe" -S"servername" -U"sa" -P"sapassword" -Q "BACKUP DATABASE mydatabase TO DISK='c:\backup\mydatabase.bak' WITH FORMAT". Executing this command from the command line creates the backup. MS-Sql server has a command line tool called OSQL.exe. And than you may want it delivered to an email address. Its possible to create a database backup from the command line. All of the necessary configuration can be done by command line parameters. Also Send-It-Quiet has very simple usage. For example sending periodic backups to a mail account. It is also very useful for scheduled tasks.

You can send automated emails from the command line. Send-It-Quiet is a tool for sending emails from the command prompt.Send-it-Quiet is a console application.
