Not really a notification service per say, but a few solutions come to
mind...

1) If you have access to the undelivr folder via CFFILE, you can create a
scheduled event which checks the folder and attempts to resend the mail.
Seems that I may have even heard of someone who built one, maybe check out
the tag gallery for it?  If you are on a shared server at an ISP, they might
frown on this but who knows, if you make one that works well you might
convince the ISP to put it on there for the benefit of all users on that
server.

2) If you have your own mail server, you can override CF's default
mailserver by using the SERVER attribute of CFMAIL to point to it.  As long
as your server is not also flaky, and it's configured to accept relays from
the CF server, you should be good to go.

3) Same as number two, but try to find a more reliable mail machine at your
ISP's facility and point to it instead.

4) Use the TIMEOUT attribute in the CFMAIL tag to increase the length of
time CF tries to relay the mail before it gives up.

-Cameron

--------------------
Cameron Childress
ElliptIQ Inc.
p.770.460.7277.232
f.770.460.0963

> -----Original Message-----
> From: Lee Surma [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 31, 2000 3:50 PM
> To: CF-Talk
> Subject: Mail Errors Notification
>
>
> Is there any way I can be notified if outgoing CF mail doesn't
> get delivered and ends up in the UNDELIVR folder. Our ISPs relay
> server has been flaky and the emails are bouncing like crazy.
> --
>
> _____________________________
> Lee Surma
> Public Radio International
> [EMAIL PROTECTED]
> 612-330-9223
> _____________________________
>
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=sts
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to