Re: Sending mail with coldfusion

2001-04-28 Thread Adrian Cooper


- Original Message - 
From: "Kurt Ward" <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 12:59 PM


> There are several other issues with CFMAIL that led us to abandon it (such
> as
> strict RFC compliant email servers like QMail, etc.).  If you are on a Win32
> setup, you may want to look at the AspMail COM object from
> www.serverobjects.com
> 
> This component is heavy duty with a list of heavy hitters using it.  Some of
> I think it sells for $50.  Someone has also written a custom tag for an easy
> interface to it.

Where can one obtain this ASPMail interface custom tag please?

Thanks.

Adrian Cooper.



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Sending mail with coldfusion

2001-04-26 Thread Kurt Ward

Bill,

There are several other issues with CFMAIL that led us to abandon it (such
as
strict RFC compliant email servers like QMail, etc.).  If you are on a Win32
setup, you may want to look at the AspMail COM object from
www.serverobjects.com

This component is heavy duty with a list of heavy hitters using it.  Some of
it's functions allow:

multiple file attachments
custom headers(X-Mailer, etc.)
Word wrapping at n characters
Several other mail headers(priority,return-receipt, etc.)
PGP Encryption

I think it sells for $50.  Someone has also written a custom tag for an easy
interface to it.


-Original Message-
From: William J Wheatley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 5:11 PM
To: CF-Talk
Subject: Sending mail with coldfusion


Ok i have just about had it with CF mail =). With the bulk of the mail we
send out it just eventually fills the spool at about 12,000 or so and then
Dies nothing else goes out, no errors in any of the logs but the mail just
wont go out and its in the /opt/coldfusion/mail directory

has anyone come up with an alternative to sending mail then using CFMAIL?
Because i swear even trying to send 1 CFMAIL to a hundred people does not
cut it..its a major issue.

Thanks for the quick help!


Bill Wheatley
Director of Development
AEPS INC
Allaire ColdFusion Consulting Partner
Allaire Certified ColdFusion Developer
http://www.aeps.com
ICQ: 417645
954-472-6684 X303

IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorized alterations to
this e-mail or attachment to it
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Sending mail with coldfusion

2001-04-26 Thread JAAV

a little question David:

how can you send 24000+ emails at a time with CF?

do you use some wait mechanism between mails ?

~Juan

- Original Message -
From: "David Hannum" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 2:50 AM
Subject: Re: Sending mail with coldfusion


> I use CFMAIL here to send out 24,000+ emails at a time.  Never have a
> problem.  Are you sure it's not your SMTP server that's choking?  Just a
> thought.
>
> Dave
>
>
>
> - Original Message -
> From: William J Wheatley <[EMAIL PROTECTED]>
> To: CF-Talk <[EMAIL PROTECTED]>
> Sent: Wednesday, April 25, 2001 5:11 PM
> Subject: Sending mail with coldfusion
>
>
> > Ok i have just about had it with CF mail =). With the bulk of the mail
we
> > send out it just eventually fills the spool at about 12,000 or so and
then
> > Dies nothing else goes out, no errors in any of the logs but the mail
just
> > wont go out and its in the /opt/coldfusion/mail directory
> >
> > has anyone come up with an alternative to sending mail then using
CFMAIL?
> > Because i swear even trying to send 1 CFMAIL to a hundred people does
not
> > cut it..its a major issue.
> >
> > Thanks for the quick help!
> >
> >
> > Bill Wheatley
> > Director of Development
> > AEPS INC
> > Allaire ColdFusion Consulting Partner
> > Allaire Certified ColdFusion Developer
> > http://www.aeps.com
> > ICQ: 417645
> > 954-472-6684 X303
> >
> > IMPORTANT NOTICE:
> > This e-mail and any attachment to it is intended only to be read or used
> by
> > the named addressee.  It is confidential and may contain legally
> privileged
> > information.  No confidentiality or privilege is waived or lost by any
> > mistaken transmission to you.  If you receive this e-mail in error,
please
> > immediately delete it from your system and notify the sender.  You must
> not
> > disclose, copy or use any part of this e-mail if you are not the
intended
> > recipient.  The RTA is not responsible for any unauthorized alterations
to
> > this e-mail or attachment to it
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Sending mail with coldfusion

2001-04-25 Thread David Hannum

I use CFMAIL here to send out 24,000+ emails at a time.  Never have a
problem.  Are you sure it's not your SMTP server that's choking?  Just a
thought.

Dave



- Original Message -
From: William J Wheatley <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 5:11 PM
Subject: Sending mail with coldfusion


> Ok i have just about had it with CF mail =). With the bulk of the mail we
> send out it just eventually fills the spool at about 12,000 or so and then
> Dies nothing else goes out, no errors in any of the logs but the mail just
> wont go out and its in the /opt/coldfusion/mail directory
>
> has anyone come up with an alternative to sending mail then using CFMAIL?
> Because i swear even trying to send 1 CFMAIL to a hundred people does not
> cut it..its a major issue.
>
> Thanks for the quick help!
>
>
> Bill Wheatley
> Director of Development
> AEPS INC
> Allaire ColdFusion Consulting Partner
> Allaire Certified ColdFusion Developer
> http://www.aeps.com
> ICQ: 417645
> 954-472-6684 X303
>
> IMPORTANT NOTICE:
> This e-mail and any attachment to it is intended only to be read or used
by
> the named addressee.  It is confidential and may contain legally
privileged
> information.  No confidentiality or privilege is waived or lost by any
> mistaken transmission to you.  If you receive this e-mail in error, please
> immediately delete it from your system and notify the sender.  You must
not
> disclose, copy or use any part of this e-mail if you are not the intended
> recipient.  The RTA is not responsible for any unauthorized alterations to
> this e-mail or attachment to it
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Sending mail with coldfusion

2001-04-25 Thread William J Wheatley

Let me say i use LINUX =)


Bill Wheatley
Director of Development
AEPS INC
Allaire ColdFusion Consulting Partner
Allaire Certified ColdFusion Developer
http://www.aeps.com
ICQ: 417645
954-472-6684 X303

IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorized alterations to
this e-mail or attachment to it
- Original Message -
From: "Bob Silverberg" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 5:37 PM
Subject: RE: Sending mail with coldfusion


> http://www.coolfusion.com/moreinfo.cfm?Product_ID=33
>
> I'm not affiliated with the company - I just think it's a cool product.
>
> Bob
>
> -Original Message-
> From: William J Wheatley [mailto:[EMAIL PROTECTED]]
> Sent: April 25, 2001 5:11 PM
> To: CF-Talk
> Subject: Sending mail with coldfusion
>
>
> Ok i have just about had it with CF mail =). With the bulk of the mail we
> send out it just eventually fills the spool at about 12,000 or so and then
> Dies nothing else goes out, no errors in any of the logs but the mail just
> wont go out and its in the /opt/coldfusion/mail directory
>
> has anyone come up with an alternative to sending mail then using CFMAIL?
> Because i swear even trying to send 1 CFMAIL to a hundred people does not
> cut it..its a major issue.
>
> Thanks for the quick help!
>
>
> Bill Wheatley
> Director of Development
> AEPS INC
> Allaire ColdFusion Consulting Partner
> Allaire Certified ColdFusion Developer
> http://www.aeps.com
> ICQ: 417645
> 954-472-6684 X303
>
> IMPORTANT NOTICE:
> This e-mail and any attachment to it is intended only to be read or used
by
> the named addressee.  It is confidential and may contain legally
privileged
> information.  No confidentiality or privilege is waived or lost by any
> mistaken transmission to you.  If you receive this e-mail in error, please
> immediately delete it from your system and notify the sender.  You must
not
> disclose, copy or use any part of this e-mail if you are not the intended
> recipient.  The RTA is not responsible for any unauthorized alterations to
> this e-mail or attachment to it
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Sending mail with coldfusion

2001-04-25 Thread William J Wheatley

I guess us Linux Coldfusion People are damned to hell!!! =)


Bill Wheatley
Director of Development
AEPS INC
Allaire ColdFusion Consulting Partner
Allaire Certified ColdFusion Developer
http://www.aeps.com
ICQ: 417645
954-472-6684 X303

IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorized alterations to
this e-mail or attachment to it
- Original Message -
From: "Sean Daniels" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, April 25, 2001 5:38 PM
Subject: Re: Sending mail with coldfusion


> On 4/25/01 5:11 PM William J Wheatley wrote:
>
> > has anyone come up with an alternative to sending mail then using
CFMAIL?
> > Because i swear even trying to send 1 CFMAIL to a hundred people does
not
> > cut it..its a major issue.
>
> Check out Howie's POST SE server with accompanying custom tag. It rocks.
>
> http://www.coolfusion.com
>
> - Sean
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Sending mail with coldfusion

2001-04-25 Thread Sean Daniels

On 4/25/01 5:11 PM William J Wheatley wrote:

> has anyone come up with an alternative to sending mail then using CFMAIL?
> Because i swear even trying to send 1 CFMAIL to a hundred people does not
> cut it..its a major issue.

Check out Howie's POST SE server with accompanying custom tag. It rocks.

http://www.coolfusion.com

- Sean
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Sending mail with coldfusion

2001-04-25 Thread Bob Silverberg

http://www.coolfusion.com/moreinfo.cfm?Product_ID=33

I'm not affiliated with the company - I just think it's a cool product.

Bob

-Original Message-
From: William J Wheatley [mailto:[EMAIL PROTECTED]]
Sent: April 25, 2001 5:11 PM
To: CF-Talk
Subject: Sending mail with coldfusion


Ok i have just about had it with CF mail =). With the bulk of the mail we
send out it just eventually fills the spool at about 12,000 or so and then
Dies nothing else goes out, no errors in any of the logs but the mail just
wont go out and its in the /opt/coldfusion/mail directory

has anyone come up with an alternative to sending mail then using CFMAIL?
Because i swear even trying to send 1 CFMAIL to a hundred people does not
cut it..its a major issue.

Thanks for the quick help!


Bill Wheatley
Director of Development
AEPS INC
Allaire ColdFusion Consulting Partner
Allaire Certified ColdFusion Developer
http://www.aeps.com
ICQ: 417645
954-472-6684 X303

IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorized alterations to
this e-mail or attachment to it
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists