 |
| Click to view screenshot in original size. |
 |
|
 |

Quick Facts |
 |
|
 |
Description by publisher
With 'Send Email From Command Line' you can send mail directly from windows command line (DOS prompt). You can attach files to email, use CC (Carbon Copy) and / or BCC (Blind Carbon Copy). Call 'Send Email From Command Line' from Scheduled Tasks, CGI scripts, VBA, virtually from any software, also can be used 'Send Email From Command Line' in automatic email tasks and MAPI replacement.
'Send Email From Command Line' Example 1:
SendEmail --server smtp.gmail.com --port 465 --from david@gmail.com --to terry@gmail.com --username david --password mypass --subject "Good News" --textBody "Hello, I'm terry..." --ssl --authenticate
'Send Email From Command Line' Example 2 (read message from local file):
SendEmail --server smtp.gmail.com --port 465 --from david@gmail.com --to terry@gmail.com --username david --password mypass --subject "Good News" --textBody "D:\letter.txt" --ssl --authenticate
'Send Email From Command Line' Example 3 (read message from remote server):
SendEmail --server smtp.gmail.com --port 465 --from david@gmail.com --to terry@gmail.com --username david --password mypass --subject "Good News" --textBody "http://www.software-download.name/ letter.txt" --ssl --authenticate
|
|
|