ActivMail Bulk Email messaging for ColdFusion, solve CFMAIL problems.
CFX_ActivMail - Version 2.1.0.3
Log File Reference

When the LOGFILE attribute is specified a log file is generated in the following format. It is recommended that you use verbose logging, in the event that the server loses a resource necessary to execute (for instance, if someone trips over the power cord :-) you can use the verbose log to see what messages have been sent, and find where it left off.

#Software: ActivMail - CFDEV.COM
#Version: 2.1.0.3
#Fields: DateTime,Mode,Status,MailServer,MessageID,To,QueueTime,[ErrorType],[LastCommand],[ErrorMsg],[QueryRowNumber]
"2002/01/31 22:33:49","Normal","Sent","127.0.0.1","12561696.ff0512c1449d@127.0.0.1","x@localhost","2002/01/31 22:32:57","","","","1"
"2002/01/31 22:33:49","Normal","Sent","127.0.0.1","12561704.ff0515c1456f@127.0.0.1","y@localhost","2002/01/31 22:32:57","","","","2"
"2002/01/31 22:33:49","Normal","Sent","127.0.0.1","12561705.ff0516c145a1@127.0.0.1","z@localhost","2002/01/31 22:32:57","","","","3"
"2002/01/31 19:54:48","Query","Error","localhost","02983918.fcbec72fb1f1@localhost","noname@domain.com","2002/01/31 19:54:48","TO","SMTP","550 not local host domain.com, not a gateway","4"

Field Description
DateTime The date and time that the even occurred
Mode The sendmode used in this message.
Status The status of this message Error, or Sent
MailServer The SMTP mail server used to send this message, or that generated this error.
MessageID The message ID
TO The message recipient
QueueTime The time the message entered the queue.
LastCommand The last command that was issued to the SMTP server before the error.
ErrorType The Error Type.
ErrorMsg Message containing details about the error.
QueryRowNumber Represents the row number of the query this message was sent from. Zero if sendmode is not "query"


Here are some SMTP Status Codes to help you determine why you might be getting errors. For you might get a 501 response on a message that has a bad email address. You will get a 550 response if your SMTP server is blocking mail relaying.
Reply codes grouped by command
Command Code Description
connect
220<domain> Service ready
421<domain> Service not available, closing transmission channel
HELO
250Requested mail action okay, completed
500Syntax error, command unrecognized
501Syntax error in parameters or arguments
504Command parameter not implemented
521<domain> does not accept mail [rfc1846]
421<domain> Service not available, closing transmission channel
EHLO
250Requested mail action okay, completed
550Not implemented
500Syntax error, command unrecognized
501Syntax error in parameters or arguments
504Command parameter not implemented
421<domain> Service not available, closing transmission channel
MAIL
250Requested mail action okay, completed
552Requested mail action aborted: exceeded storage allocation
451Requested action aborted: local error in processing
452Requested action not taken: insufficient system storage
500Syntax error, command unrecognized
501Syntax error in parameters or arguments
421<domain> Service not available, closing transmission channel
RCPT
250Requested mail action okay, completed
251User not local; will forward to <forward-path>
550Requested action not taken: mailbox unavailable
551User not local; please try <forward-path>
552Requested mail action aborted: exceeded storage allocation
553Requested action not taken: mailbox name not allowed
450Requested mail action not taken: mailbox unavailable
451Requested action aborted: local error in processing
452Requested action not taken: insufficient system storage
500Syntax error, command unrecognized
501Syntax error in parameters or arguments
503Bad sequence of commands
521<domain> does not accept mail [rfc1846]
421<domain> Service not available, closing transmission channel
DATA
354Start mail input; end with <CRLF>.<CRLF>
451Requested action aborted: local error in processing
554Transaction failed
500Syntax error, command unrecognized
501Syntax error in parameters or arguments
503Bad sequence of commands
421<domain> Service not available, closing transmission channel
received data
250Requested mail action okay, completed
552Requested mail action aborted: exceeded storage allocation
554Transaction failed
451Requested action aborted: local error in processing
452Requested action not taken: insufficient system storage
QUIT
221<domain> Service closing transmission channel
500Syntax error, command unrecognized

ActivMail Documentation



Copyright © CFDEV.COM 2004