How to use -LOG command when sending DOS mail with Febooti Command line email utility?
-LOG command provides general data on mail sending processes. Data is saved in plain text format file, specified after the -LOG parameter.
Example: saving log file in current folder from which Command line utility is executed.
C:\>febootimail -FROM john@sender.com -TO cmd@dos-email.com -SUBJ DOS email log -TEXT Sending command line DOS mail and logging the results in current working folder -LOG email-log.txt Example: usage of -LOG command to save log file in folder specified.
C:\>febootimail -FROM john@sender.com -TO cmd@dos-email.com -SUBJ DOS email log -TEXT Sending DOS mail and logging the results -LOG "C:\Documents and Settings\John\email-logs\logfile.txt" Also, it is possible to log more detailed debug information by using -DEBUG (or -DEBUGX) command and adding >>logfile.txt at the end of command line.
Note: in command line email examples above, localhost (127.0.0.1) is used as SMTP mail server. If you are not using Febooti Command line email on server and, if there is no local SMTP server, specify SMTP server using -SMTP parameter. If SMTP server authentication is required, use -AUTH, -USER and -PASS parameters.
Example: authenticate with external SMTP mail server.
C:\>febootimail -FROM john@sender.com -TO cmd@dos-email.com -SUBJ "Authentication & Email log" -TEXT Sending command line DOS email -SMTP email.server.com -AUTH AUTO -USER john -PASS ********* -LOG "C:\Documents and Settings\John\email-logs\logfile.txt" - Febooti Command line email utility parameters.
- Please don't use this tool to send Unsolicited Commercial Email (SPAM).
Please do not hesitate to contact our support department with any possible further questions or to solve practical issues connected with Command line email.