Dumping them back in the spool folder should get the mailer to cycle back
over them.  If the problem in delivery was transient, then it will work the
second time.  However if the problem with the mails isn't transient, but a
problem with the mails specifically, it will end up back in your
undeliverable folder.

For example, you could have had a transient error that the smtp server your
using stopped accepting outbound after reaching a certain message over time
threshold.

Or, the smtp server could be doing a strong level of validation before
sending the email.  For example it might be checking the validity of the
from address, or it could be doing an MX lookup on the target domain before
accepting them, etc.  You would need to talk to the admin of the smtp box to
know for sure.

Good Luck!

Trey Rouse

On 9/26/06, Les Mizzell <[EMAIL PROTECTED]> wrote:
>
> For one reason or another, I've ended up the proud owner of some 500
> undelivered cfmail files, which I need to deliver to the intended
> recipient.
>
> If you open them in notepad, you mostly get:
>
> server:  1.1.1...something
> from:  [EMAIL PROTECTED]
> to:  [EMAIL PROTECTED]
> subject:  Important message title here
> type:  text/html; charset=UTF-8
> X-Mailer:  ColdFusion MX Application Server
> body:
> body:
> body:
> body:  <p>This page confirms that we have received your Mastercard
> payment for $65.40.  If you have any questions regarding this payment,
>
>
> OK, from my local machine, is there anyway to process these and get them
> to go out to the recipient? If I just send them the files, they're not
> going to know what to do with them.
>
> What happens if I just stick them all in my "spool" folder?
>
> Ideas?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254270
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to