Re: CFMAIL Problem with new TLDs

2012-10-01 Thread Dave Watts

> On CF9, cfmail seems to be having a problem sending email to some of the 
> newer address, like som...@sprucegrove.ca .
> This is a valid email address, but CF9 CFMAIL is chocking on this and a other 
> valid addresses that use the newer two
> character TLDs.
>
> If I try to send to that address, CFMAIL bombs and halts. If I wrap it in 
> CFTRY with a CFCATCH to show me the failures,
> it's failing on several of the new TLDs.
>
> Does anyone know if there is a patch for this or something?

This is almost certainly a problem with the SMTP server you're using,
rather than CF. You can easily verify this sort of thing (and
generally debug SMTP problems) by using a telnet session on your CF
server to attempt to connect and send a message through your SMTP
server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352794
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFMAIL Problem with new TLDs

2012-09-27 Thread Cameron Childress

The .ca domain belongs to Canada and is 24 years old (
http://en.wikipedia.org/wiki/.ca).

I suspect your problem lies elsewhere.

-Cameron

On Thu, Sep 27, 2012 at 3:10 PM, Robert Harrison   > On CF9, cfmail seems to be having a problem sending email to some of the
> > newer address, like som...@sprucegrove.ca . This is a valid email
> > address, but CF9 CFMAIL is chocking on this and a other valid addresses
> > that use the newer two character TLDs.
> >
> > If I try to send to that address, CFMAIL bombs and halts. If I wrap it in
> > CFTRY with a CFCATCH to show me the failures, it's failing on several of
> > the new TLDs.
> >
> > Does anyone know if there is a patch for this or something?
>


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352780
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFMAIL Problem with new TLDs

2012-09-27 Thread Russ Michaels

CF will try to send an email to any address you give it, even a complete
nonsense address, it is the SMTP server that will reject it. I have never
had any issues sending emails to 2 letter TLD's such as .co or .ca
So you should firstly investigate DNS and SMTP issues

On Thu, Sep 27, 2012 at 3:10 PM, Robert Harrison  wrote:

>
> On CF9, cfmail seems to be having a problem sending email to some of the
> newer address, like som...@sprucegrove.ca . This is a valid email
> address, but CF9 CFMAIL is chocking on this and a other valid addresses
> that use the newer two character TLDs.
>
> If I try to send to that address, CFMAIL bombs and halts. If I wrap it in
> CFTRY with a CFCATCH to show me the failures, it's failing on several of
> the new TLDs.
>
> Does anyone know if there is a patch for this or something?
>
> Thanks
>
> Robert Harrison
> Director of Interactive Services
>
> Austin & Williams
> Advertising I Branding I Digital I Direct
> 125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
> T 631.231.6600 X 119   F 631.434.7022
> http://www.austin-williams.com
>
> Blog:  http://www.austin-williams.com/blog
> Twitter:  http://www.twitter.com/austin_
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352779
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Rick Root

Found a setting in MDaemon that restricted the maximum concurrent
incoming connections.  Since CF was set to 30 threads and we have 3
isntances, and MDaemon set to only accept 50 incoming connections,
that was PROBABLY causing the issue.

Thanks all.

Rick

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339989
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Steven Durette

Actually the CF error is correct. CF tried to connect to the smtp server and 
all it got back was error 421. So connection couldn't be made.

Sent from my iPhone



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339988
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Rick Root

AH, so "Could not connect to SMTP Server" reported by coldfusion is
not really correct because it DID connect to the SMTP server, it just
couldn't send the message.

Okay, makes sense.

On Fri, Dec 10, 2010 at 12:20 PM, Steven Durette  wrote:
>
> Smtp error 421 is "the service is not available and the connection will be 
> closed"
>
> It is from the smtp server not ColdFusion, so you issue is the smtp server.
>
> Steve
>
> Sent from my iPhone
>
> On Dec 10, 2010, at 12:04 PM, Rick Root  wrote:
>
>>
>> We've been having significantly more trouble getting CF to send mail
>> to our MDaemon server ... after we upgraded to CF9, we started seeing
>> a lot of these errors in the mail.log:
>>
>> ["Error","scheduler-4","12/10/10","11:40:51",,"Could not connect to
>> SMTP host: 69.41.172.242, port: 25, response: 421"
>> and
>> ["Error","mailWorker-6","12/10/10","10:50:29",,"Could not connect to
>> SMTP host: 69.41.172.242, port: 25, response: 421
>>
>> (the only difference there is the thread that is logging the error I guess)
>>
>> However, the mail server is absolutely up and running and the vast
>> majority of our mail IS going out.
>>
>> In the mail settings, we have "Maintain connection.." checked ... the
>> timeout is set to 60 seconds..
>>
>> Would a connection timeout be reported as  response 421?
>>
>> Rick
>>
>>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339986
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Steven Durette

Smtp error 421 is "the service is not available and the connection will be 
closed" 

It is from the smtp server not ColdFusion, so you issue is the smtp server.

Steve

Sent from my iPhone

On Dec 10, 2010, at 12:04 PM, Rick Root  wrote:

> 
> We've been having significantly more trouble getting CF to send mail
> to our MDaemon server ... after we upgraded to CF9, we started seeing
> a lot of these errors in the mail.log:
> 
> ["Error","scheduler-4","12/10/10","11:40:51",,"Could not connect to
> SMTP host: 69.41.172.242, port: 25, response: 421"
> and
> ["Error","mailWorker-6","12/10/10","10:50:29",,"Could not connect to
> SMTP host: 69.41.172.242, port: 25, response: 421
> 
> (the only difference there is the thread that is logging the error I guess)
> 
> However, the mail server is absolutely up and running and the vast
> majority of our mail IS going out.
> 
> In the mail settings, we have "Maintain connection.." checked ... the
> timeout is set to 60 seconds..
> 
> Would a connection timeout be reported as  response 421?
> 
> Rick
> 
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339984
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Ian Skinner

  On 12/10/2010 9:04 AM, Rick Root wrote:
> ["Error","scheduler-4","12/10/10","11:40:51",,"Could not connect to
> SMTP host: 69.41.172.242, port: 25, response: 421"
> and
> ["Error","mailWorker-6","12/10/10","10:50:29",,"Could not connect to
> SMTP host: 69.41.172.242, port: 25, response: 421
>

Does the user that your ColdFusion run as have permissions to make 
connections to the mail server?


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339983
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: cfmail problem in cfc

2009-05-30 Thread Adrian Lynch

Is your mail server on the same machine as CF? Check it's running.

It probably has nothing to do with being in a CFC. Create a simple cfm page
to test it.

Adrian

> -Original Message-
> From: arya krishnan [mailto:arun.b.shou...@gmail.com]
> Sent: 29 May 2009 19:17
> To: cf-talk
> Subject: cfmail problem in cfc
> 
> 
> Hi All,
> 
> I am able to send mails via cfmail tag in cfm pages but not in cfc. I
> used to send mails from cfc but now it is throwing the below error
> message.Please advice where i am going wrong
> 
> "Error","scheduler-2","05/29/09","06:15:32",,"Could not connect to SMTP
> host: 12
> 7.0.0.1, port: 25;   nested exception is:
> java.net.ConnectException: Conne
> ction refused"
> javax.mail.MessagingException: Could not connect to SMTP host:
> 127.0.0.1, port:
> 25;
>   nested exception is:
> java.net.ConnectException: Connection refused
> at
> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1008)
> at
> com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:19
> 7)
> at javax.mail.Service.connect(Service.java:233)
> at
> coldfusion.mail.MailSpooler.getConnection(MailSpooler.java:908)
> at coldfusion.mail.MailSpooler.deliver(MailSpooler.java:773)
> at coldfusion.mail.MailSpooler.sendMail(MailSpooler.java:704)
> at
> coldfusion.mail.MailSpooler.deliverFast(MailSpooler.java:1028)
> at coldfusion.mail.MailSpooler.run(MailSpooler.java:938)
> at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201)
> at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:70)


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322996
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFMail Problem

2008-05-21 Thread Ken Smith
The fix that Chandan described is posted in a technote titled, "Patch for 
CFMail error in ColdFusion 8.01" - http://www.adobe.com/go/kb403683.

Ken Smith
ColdFusion Support
Adobe


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: CFMail Problem

2008-05-21 Thread Chandan Kumar
Depends on your configuration. Did you try server.log?

>Thanks Chandan.
>
>> You must be getting coldfusion.mail.MailSpooler$InvalidSpoolFileException.
>
>Could you please let me know where I can see this error message?
>I looked in the CF Admin -> Mail Logs and I don't see any such errors 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: CFMail Problem

2008-05-21 Thread Ken Smith
The fix that Chandan describes below will post in the next few days as a 
technote titled, "Patch for CFMail error in ColdFusion 8.01".
http://www.adobe.com/go/kb403683  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: CFMail Problem

2008-05-21 Thread Meghna Chopra
Thanks Chandan.

> You must be getting coldfusion.mail.MailSpooler$InvalidSpoolFileException.

Could you please let me know where I can see this error message?
I looked in the CF Admin -> Mail Logs and I don't see any such errors

> Meghana,
> 
> We found this issue a few days back with 8.0.1. This happens when you 
> spool any email with attachments. You must be getting coldfusion.mail.
> MailSpooler$InvalidSpoolFileException. As a workaround you can disable 
> spooling as suggested earlier
>  . 
> 
> Anyways it has been fixed and will be available as hotfix at earliest. 
> If you are getting a different exception, could you please post the 
> log message
> 
> ~Chandan  
> Adobe CF Team 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: CFMail Problem

2008-05-21 Thread Chandan Kumar
Meghana,

We found this issue a few days back with 8.0.1. This happens when you spool any 
email with attachments. You must be getting 
coldfusion.mail.MailSpooler$InvalidSpoolFileException. As a workaround you can 
disable spooling as suggested earlier
 . 

Anyways it has been fixed and will be available as hotfix at earliest. If you 
are getting a different exception, could you please post the log message

~Chandan  
Adobe CF Team 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: CFMail Problem

2008-05-21 Thread Meghna Chopra
Thanks Wim. I will try this for one of the scripts but the problem is that I 
will have to modify my 100s of scripts. Actually, the problem is not with the 
scripts. It is ColdFusion server giving this issue but I have no ideas how to 
fix it. While restarting  CF Server is the temp solution but I need it to fix 
permanently.

Thanks.

>You could try with 
>That way the message will be sent immediately, without using the spool.
>Might also help for debugging...
>
>Wim.
>
>On Wed, May 21, 2008 at 1:46 PM, Meghna Chopra <[EMAIL PROTECTED]>
>wrote:
>
>> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: CFMail Problem

2008-05-21 Thread Didgiman
You could try with 
wrote:

> I am using CF 8 server on Windows 2003 server.
>
> When I use CFMail in my scripts and run the same, it says that mails have
> been sent successfully, however, it never reaches the destination. There are
> no errors in the mail logs.
>
> Than I checked C:\ColdFusion8\Mail\Spool and found all the messages were
> there in the spool folder.
>
> This happened a few days ago also and at that time I restarted the Mail
> server and it fixed the issues but I want to fix this problem on the
> permanent basis.
>
> Any ideas?
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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


Re: CFMail Problem - unable to send email form

2006-11-02 Thread Tom King


Should be



Should it not?


On 2 Nov 2006, at 15:08, Madhuri Joshi wrote:

>from="session.auth.email"
>   subject="Overs Form"
>   type="html"
>   server="smtp.mail.anet.com">



~|
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:258859
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFMAIL Problem...

2006-08-11 Thread Rick Faircloth
My CF server's internal IP is on the "Trusted IP" list for the mail server.

I'm set to relay, but using SMTP Authentication, so it's not open.

Rick

-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 11, 2006 11:37 AM
To: CF-Talk
Subject: RE: CFMAIL Problem...

I'm not really following, but if you have a mail server that you're sending
mail to, and you don't have a whitelist in there for your ip, the mail
server will only accept email destined for local addresses (unless it's an
open relay, and you don't want that).  

So if client a, has account on your mail server, and client b doesn't that
could explain the issue.  

The from address doesn't really matter.  

Russ 






~|
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:249611
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFMAIL Problem...

2006-08-11 Thread Rick Faircloth
I think I finally figure it out...I had my CF Admin setting for the mail
server set to my internal IP,
instead of my mail subdomain.  Once I changed that, everything seems to be
flowing nicely.

I had it set to my mail subdomain sometime before, but I guess in all the
attempts to troubleshoot
the issue I changed it and never changed it back.

My head's already beginning to feel better...whew...

Rick


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 11, 2006 8:49 AM
To: CF-Talk
Subject: CFMAIL Problem...

Hi, all.

Can anyone think of an explanation why the following should be happening?

-   I'm running Argosoft Mail Server Pro on a separate machine from CF
4.5

-   I have a custom tag that I run whenever someone visits the homepage
of my client
-   The custom tag sends an email to me to let me know someone visited
the homepage
-   The "To" and "From" addresses are specified in Application.cfm
-   The "From" address is not a domain that I host email for
-   The email sends out like it should and works fine

-   I have a second client that I have set up automated email notices to
go out whenever
they enter a new product
-   I can't get that email through the email server for that client
-   Even if I use a "From" address that is the same as the client in the
first scenario (which
I used as a test address since it works in the custom tag

-   If I use my personal email address as the "From" and "To" Address, I
can get the mail
through without any problem
-   I thought this was more of an email server issue until I tried the
first client's address
in both situations.  It works in the first and not in the
second

The email server programmer seemed to get a little lost when I tried to
explain about Cold Fusion and what I was doing.and I'm not even sure it's an
email server problem.

Oh, life was so much simpler until my ISP put a cap on the number of emails
I can send each day and I had to start running my own mail server.

Thanks for any clues!

Rick





~|
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:249607
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CFMAIL Problem...

2006-08-11 Thread Russ
I'm not really following, but if you have a mail server that you're sending
mail to, and you don't have a whitelist in there for your ip, the mail
server will only accept email destined for local addresses (unless it's an
open relay, and you don't want that).  

So if client a, has account on your mail server, and client b doesn't that
could explain the issue.  

The from address doesn't really matter.  

Russ 

> -Original Message-
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 11, 2006 8:49 AM
> To: CF-Talk
> Subject: CFMAIL Problem...
> 
> Hi, all.
> 
> Can anyone think of an explanation why the following should be happening?
> 
> - I'm running Argosoft Mail Server Pro on a separate machine from CF
> 4.5
> 
> - I have a custom tag that I run whenever someone visits the homepage
> of my client
> - The custom tag sends an email to me to let me know someone visited
> the homepage
> - The "To" and "From" addresses are specified in Application.cfm
> - The "From" address is not a domain that I host email for
> - The email sends out like it should and works fine
> 
> - I have a second client that I have set up automated email notices to
> go out whenever
>   they enter a new product
> - I can't get that email through the email server for that client
> - Even if I use a "From" address that is the same as the client in the
> first scenario (which
>   I used as a test address since it works in the custom tag
> 
> - If I use my personal email address as the "From" and "To" Address, I
> can get the mail
>   through without any problem
> - I thought this was more of an email server issue until I tried the
> first client's address
>   in both situations.  It works in the first and not in the
> second
> 
> The email server programmer seemed to get a little lost when I tried to
> explain about Cold Fusion
> and what I was doing.and I'm not even sure it's an email server problem.
> 
> Oh, life was so much simpler until my ISP put a cap on the number of
> emails
> I can send each day
> and I had to start running my own mail server.
> 
> Thanks for any clues!
> 
> Rick
> 
> 
> 
> 

~|
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:249603
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CFMAIL problem? How to debug? SOLVED

2006-06-09 Thread Munson, Jacob
Definitely true.  While I think the ISPs have good intentions with their
aggressive filtering techniques, they often filter legitimate email, and
their customers never know it's happening.

> >He checked his spam filters and called his ISP - they are 
> not filtering it.
> 
> 
> The ISP was wrong.. they were filtering it out into a black hole.
> We bumped it up to a higher level of support - because this was an 
> important email - and if he wasn't getting this, he might be missing 
> other stuff also.. the tech added my domain to a whitelist and now he 
> gets the mail.
> 
> I only mention it here to point out that you can't always 
> trust the ISPs!

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243113
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMAIL problem? How to debug? SOLVED

2006-06-09 Thread Al Musella, DPM
>He checked his spam filters and called his ISP - they are not filtering it.


The ISP was wrong.. they were filtering it out into a black hole.
We bumped it up to a higher level of support - because this was an 
important email - and if he wasn't getting this, he might be missing 
other stuff also.. the tech added my domain to a whitelist and now he 
gets the mail.

I only mention it here to point out that you can't always trust the ISPs!

Al



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243111
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFMAIL problem? How to debug?

2006-06-08 Thread Munson, Jacob
> [Note - I did this because all 500 people from att.net reported they 
> didn't get it. I called att.net and they told me I sent too many at 
> one time..so they just ignore those - without bouncing any error 
> messages. (nice of them:)  so now I only sent  1 to any att 
> domain per cycle. ]

At my last job, where we sent out a lot of mail, we noticed that most
ISPs are pretty totalitarian when it comes to letting email into their
network, which is understandable.  Some of them have ISP wide filters
(the customer never sees it), maintained by the network admin guys, and
if your newsletter is being filtered at that level, good luck.  You
could always tell your customer to subscribe with a different email
address.  ;)


---

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242994
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFMail Problem

2004-10-28 Thread Ryan Emerle
Yeah, that most definitely sounds like a relaying issue.  Have your
client add your server address(es) to their relay-allow list(s).

Most (though it should be all) mail servers will not allow a foreign
IP to send email to domains that the server does not host.

-Ryan


On Thu, 28 Oct 2004 11:20:49 -0400, Mark Leder <[EMAIL PROTECTED]> wrote:
> Hi all,
> I have a couple of clients who manage their own mail servers.  I host their
> websites.  In a simple contact form using CFMail, the message being sent to
> the client works fine.  But as best practice, I always generate a
> confirmation email back to the sender, so they can have a record of what
> they asked (as well as a feel good that the mail was sent).
> 
> Problem is, CFMail can't send the confirmation back to the end user's "TO:"
> address. I always get the message in the mail log of:
> 
> Invalid Addresses; nested exception is: javax.mail.SendFailedException: 550
> <[EMAIL PROTECTED]>: Recipient address rejected: No such domain at this
> location ([EMAIL PROTECTED])
> 
> In the DNS at the website, I have an MX record pointing to their mail
> server, as well as an A record pointing to their mail server's IP.
> 
> I have a feeling that it's a relay setting or something else at the client's
> mail server.
> 
> Here's the code I use on many sites, I'm only having problems with the
> second CFMail call when used where the client hosts the mail on their
> servers:
> 
> 
> 
>   from="#REQUEST.contact#"
>  username="#REQUEST.contact#"
>  password="#REQUEST.smtpPWD#"
>  subject="#VARIABLES.sendmailownersubject#"
>  bcc="#REQUEST.bccMail#"
>  server="#REQUEST.mailserver#">
> #VARIABLES.SiteOwnerMessage#
> 
>  value="<#CreateUUID()[EMAIL PROTECTED]>">
> 
> 
> 
> 
>   from="#REQUEST.contact#"
>  username="#REQUEST.contact#"
>  password="#REQUEST.smtpPWD#"
>  subject="#VARIABLES.sendmailendusersubject#"
>  bcc="#REQUEST.bccMail#"
>  server="#REQUEST.mailserver#">
> #VARIABLES.EndUserMessage#
> 
>  value="<#CreateUUID()[EMAIL PROTECTED]>">
> 
> 
> Here's what the failed message looks like in the mail log:
> server:
> [EMAIL PROTECTED]:[EMAIL PROTECTED]:25
> from:  [EMAIL PROTECTED]
> to:  [EMAIL PROTECTED]
> bcc:
> replyto:  [EMAIL PROTECTED]
> subject:  Contact Form Submittal Acknowledgement from
> SingerWallcoverings.com
> type:  text/plain; charset=UTF-8
> X-Mailer:  ColdFusion MX Application Server
> Message-ID:
> <[EMAIL PROTECTED]>
> body:
> body:  Thank you for visiting Singer Wallcoverings on the web.
> body:  For your reference, since you provided inquiry comments, they are
> listed here:
> body:
> body:
> body:
> body:  Comments: Hi,
> body:  Running a logic check.
> body:  Please reply to let me know you received this.
> body:  ---
> body:  We will follow up shortly regarding your e-mail message.
> body:  In the meantime, if you have another question or need further
> information,
> body:  please contact us:
> body:
> body:  Singer Wallcoverings
> body:
> body:  Phone:  (513) 398-1611
> body:  E-mail:  [EMAIL PROTECTED]
> body:  Web: http://www.SingerWallcoverings.com
> body:
> 
> 

~|
The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in 
the Washington DC Area. 
http://www.houseoffusion.com/banners/view.cfm?bannerid=44

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182852
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfmail problem

2004-07-07 Thread Jordan Michaels
I concur. This is an email server problem, not a Cold Fusion problem. 
Make sure that your email server is spooling incoming messages and 
accepting them as fast as they come in. SMTP - port 25 - is incoming 
mail. If the server cannot take care of each mail as fast as they are 
coming in then you may need to upgrade your email server to something 
faster.

If you are trying to connect to a remote email server through a slow 
connection, this could also be the problem. You may have to resort to 
using a local SMTP server as opposed to remote just to make sure you can 
connect to it fast enough.

HTH,
Jordan

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED]

Ryan Duckworth wrote:

> Another solution is to simply delay between each email to avoid a
> connection problem.
> This code will delay for 1 second.  Put it in your loop and I'm sure it
> will work perfectly.
> It will take under a minute to send out your entire batch and not fail.
> It sounds like your mail server isn't spooling the outbox.
>
>
> 
>
> Ryan Duckworth
> Macromedia ColdFusion Certified Professional
> Uhlig Communications
> 10983 Granada Lane
> Overland Park, KS 66207
> (913) 754-4272
>
> -Original Message-
> From: Tim Do [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 07, 2004 4:55 PM
> To: CF-Talk
> Subject: RE: cfmail problem
>
>
> Yes.
>
> -Original Message-
> From: Jordan Michaels [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 07, 2004 2:50 PM
> To: CF-Talk
> Subject: Re: cfmail problem
>
> Curious, did you enable mail spooling?
>
> -- 
> Warm regards,
> Jordan Michaels
> Vivio Technologies
> http://www.viviotech.net/
> [EMAIL PROTECTED]
>
> Tim Do wrote:
>
> > Hello all,
> >
> >
> > I'm looping through a list of bout 50 email addresses and
> doing a cfmail
> > inside each iteration.  It sends out successfully on most of
> it, but there
> > are few that don't make it out.  The mail log says " Could not
> connect to
> > SMTP host: wnpx, port: 25 " Then I retry each of the email
> address
> > that fell
> > out separately and they go through.  What could be causing
> this?
> >
> >
> > Thanks,
> > Tim
> >
>   _
>   _
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmail problem

2004-07-07 Thread Tim Do
Thx!  I'll try that next time.. don't want to spam them again =P

-Original Message-
From: Ryan Duckworth [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 07, 2004 3:05 PM
To: CF-Talk
Subject: RE: cfmail problem

Another solution is to simply delay between each email to avoid a
connection problem.
This code will delay for 1 second.  Put it in your loop and I'm sure it
will work perfectly.
It will take under a minute to send out your entire batch and not fail.
It sounds like your mail server isn't spooling the outbox.



Ryan Duckworth 
Macromedia ColdFusion Certified Professional 
Uhlig Communications 
10983 Granada Lane 
Overland Park, KS 66207 
(913) 754-4272 

-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 07, 2004 4:55 PM
To: CF-Talk
Subject: RE: cfmail problem

Yes.

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 07, 2004 2:50 PM
To: CF-Talk
Subject: Re: cfmail problem

Curious, did you enable mail spooling?

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED]

Tim Do wrote:

> Hello all,
>
>
> I'm looping through a list of bout 50 email addresses and
doing a cfmail
> inside each iteration.  It sends out successfully on most of
it, but there
> are few that don't make it out.  The mail log says " Could not
connect to
> SMTP host: wnpx, port: 25 " Then I retry each of the email
address 
> that fell
> out separately and they go through.  What could be causing
this?
>
>
> Thanks,
> Tim
> 
  _ 
  _ 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmail problem

2004-07-07 Thread Ryan Duckworth
Another solution is to simply delay between each email to avoid a
connection problem.
This code will delay for 1 second.  Put it in your loop and I'm sure it
will work perfectly.
It will take under a minute to send out your entire batch and not fail.
It sounds like your mail server isn't spooling the outbox.

 


Ryan Duckworth 
Macromedia ColdFusion Certified Professional 
Uhlig Communications 
10983 Granada Lane 
Overland Park, KS 66207 
(913) 754-4272 

	-Original Message-
	From: Tim Do [mailto:[EMAIL PROTECTED] 
	Sent: Wednesday, July 07, 2004 4:55 PM
	To: CF-Talk
	Subject: RE: cfmail problem
	
	
	Yes.
	
	-Original Message-
	From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
	Sent: Wednesday, July 07, 2004 2:50 PM
	To: CF-Talk
	Subject: Re: cfmail problem
	
	Curious, did you enable mail spooling?
	
	-- 
	Warm regards,
	Jordan Michaels
	Vivio Technologies
	http://www.viviotech.net/
	[EMAIL PROTECTED]
	
	Tim Do wrote:
	
	> Hello all,
	>
	>
	> I'm looping through a list of bout 50 email addresses and
doing a cfmail
	> inside each iteration.  It sends out successfully on most of
it, but there
	> are few that don't make it out.  The mail log says " Could not
connect to
	> SMTP host: wnpx, port: 25 " Then I retry each of the email
address 
	> that fell
	> out separately and they go through.  What could be causing
this?
	>
	>
	> Thanks,
	> Tim
	> 
	  _ 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmail problem

2004-07-07 Thread Tim Do
Yes.

-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 07, 2004 2:50 PM
To: CF-Talk
Subject: Re: cfmail problem

Curious, did you enable mail spooling?

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED]

Tim Do wrote:

> Hello all,
>
>
> I'm looping through a list of bout 50 email addresses and doing a cfmail
> inside each iteration.  It sends out successfully on most of it, but there
> are few that don't make it out.  The mail log says " Could not connect to
> SMTP host: wnpx, port: 25 " Then I retry each of the email address 
> that fell
> out separately and they go through.  What could be causing this?
>
>
> Thanks,
> Tim
> 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfmail problem

2004-07-07 Thread Jordan Michaels
Curious, did you enable mail spooling?

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED]

Tim Do wrote:

> Hello all,
>
>
> I'm looping through a list of bout 50 email addresses and doing a cfmail
> inside each iteration.  It sends out successfully on most of it, but there
> are few that don't make it out.  The mail log says " Could not connect to
> SMTP host: wnpx, port: 25 " Then I retry each of the email address 
> that fell
> out separately and they go through.  What could be causing this?
>
>
> Thanks,
> Tim
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfmail problem

2004-06-15 Thread Pascal Peters
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:166614---The from has to be a valid email address. So I would check that
(download IsEmail from cflib.org):



  


cc="#variables.siteEmail#" 
from="#form.Email# " 
subject="leads #form.CategoryText# Lead">
.

I don't like iif() (it is usually slower than cfif and certainly more
complicated)

Pascal

PS prefix your variables !! (I assumed they were form vars, but I
may be wrong)

> -Original Message-
> From: Stevo Vee [mailto:[EMAIL PROTECTED] 
> Sent: maandag 14 juni 2004 17:55
> To: CF-Talk
> Subject: cfmail problem
> 
> Please Help. I am changing some forms and actions on my 
> website. I have a lead subscription website and currently the 
> lead emails that go to my subscribing companies have my 
> websites email as the sent and reply email with the customers 
> in the form.  I am changing to have the potential customers 
> as the from and reply email now which I have acomplished. 
> HOWEVER, now if the customer does not have an email the lead 
> gets lost in cyber space. How can I make add a rule that if 
> the customer has no email and only phone that it at least 
> goes to me or my subcribing companies using perhaps my 
> websites email acting as a default?? Below is the current 
> code: Your help or advice would be greatly appreciated. Thanks. 
> 
> 
> from="#Email# " 
> subject="leads #CategoryText# Lead">#CategoryText# 
> 
> I have tried the following but it still did not work:
> CFIF trim(Email) EQ ""> 
> 
>  
> 
> 
> subject="leads #CategoryText# Lead">#CategoryText# 
> CategoryID IS 2>Company Name: #FORM.CompanyName# 
> 
> FROM="#iif(email EQ '',DE('my company email'),email)#" 
> 
> Try that too.  I didn't test it...it might need to be  
> #iif(email EQ '',DE('my company email'),DE(email))# 
> 
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: cfmail problem

2004-06-14 Thread Stevo Vee
Well thanks you Joe.  But just one question do I try it with a seperate statement or place it in the from.

>Hi Stevo,
> 
>#iif(not len(trim(email)),DE('my company email'),"email")# should get
>you where you need to go.
> 
>However, you may want to solve this problem at the database level (or
>whatever layer is one up from where you currently are) so that you don't
>have to continually implement this if you need to do the same logic in
>another place.  Perhaps something like this:
> 
>SELECT 
>  CASE email 
> WHEN NULL THEN '[EMAIL PROTECTED]'
> ELSE email
> END AS email
>FROM customers
>WHERE customerId = customerId
> 
>-joe
> 
> 
> 
>-Original Message-
>From: Stevo Vee [mailto:[EMAIL PROTECTED] 
>Sent: Monday, June 14, 2004 11:55 AM
>To: CF-Talk
>Subject: cfmail problem
> 
>Please Help. I am changing some forms and actions on my website. I have 
>a lead subscription website and currently the lead emails that go to my 
>subscribing companies have my websites email as the sent and reply 
>email with the customers in the form.  I am changing to have the
>potential 
>customers as the from and reply email now which I have acomplished. 
>HOWEVER, now if the customer does not have an email the lead gets lost
>in 
>cyber space. How can I make add a rule that if the customer has no 
>email and only phone that it at least goes to me or my subcribing
>companies 
>using perhaps my websites email acting as a default?? Below is the 
>current code: Your help or advice would be greatly appreciated. Thanks. 
>
>
>subject="leads #CategoryText# Lead">#CategoryText# 
>
>I have tried the following but it still did not work:
>CFIF trim(Email) EQ ""> 
>     
> 
>
>
>subject="leads #CategoryText# Lead">#CategoryText# 
>Company Name: #FORM.CompanyName# 
>
>FROM="#iif(email EQ '',DE('my company email'),email)#" 
>
>Try that too.  I didn't test it...it might need to be  #iif(email EQ 
>'',DE('my company email'),DE(email))#
>  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: cfmail problem

2004-06-14 Thread Stevo Vee
Well thank you Joe.  But just one question do I try it with a seperate statement or place it in the from.

>Hi Stevo,
> 
>#iif(not len(trim(email)),DE('my company email'),"email")# should get
>you where you need to go.
> 
>However, you may want to solve this problem at the database level (or
>whatever layer is one up from where you currently are) so that you don't
>have to continually implement this if you need to do the same logic in
>another place.  Perhaps something like this:
> 
>SELECT 
>  CASE email 
> WHEN NULL THEN '[EMAIL PROTECTED]'
> ELSE email
> END AS email
>FROM customers
>WHERE customerId = customerId
> 
>-joe
> 
> 
> 
>-Original Message-
>From: Stevo Vee [mailto:[EMAIL PROTECTED] 
>Sent: Monday, June 14, 2004 11:55 AM
>To: CF-Talk
>Subject: cfmail problem
> 
>Please Help. I am changing some forms and actions on my website. I have 
>a lead subscription website and currently the lead emails that go to my 
>subscribing companies have my websites email as the sent and reply 
>email with the customers in the form.  I am changing to have the
>potential 
>customers as the from and reply email now which I have acomplished. 
>HOWEVER, now if the customer does not have an email the lead gets lost
>in 
>cyber space. How can I make add a rule that if the customer has no 
>email and only phone that it at least goes to me or my subcribing
>companies 
>using perhaps my websites email acting as a default?? Below is the 
>current code: Your help or advice would be greatly appreciated. Thanks. 
>
>
>subject="leads #CategoryText# Lead">#CategoryText# 
>
>I have tried the following but it still did not work:
>CFIF trim(Email) EQ ""> 
>     
> 
>
>
>subject="leads #CategoryText# Lead">#CategoryText# 
>Company Name: #FORM.CompanyName# 
>
>FROM="#iif(email EQ '',DE('my company email'),email)#" 
>
>Try that too.  I didn't test it...it might need to be  #iif(email EQ 
>'',DE('my company email'),DE(email))#
>  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: cfmail problem

2004-06-14 Thread Joe Rinehart
Hi Stevo,

 
#iif(not len(trim(email)),DE('my company email'),"email")# should get
you where you need to go.

 
However, you may want to solve this problem at the database level (or
whatever layer is one up from where you currently are) so that you don't
have to continually implement this if you need to do the same logic in
another place.  Perhaps something like this:

 
SELECT 
  CASE email 
 WHEN NULL THEN '[EMAIL PROTECTED]'
 ELSE email
 END AS email
FROM customers
WHERE customerId = customerId

 
-joe

-Original Message-
From: Stevo Vee [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 14, 2004 11:55 AM
To: CF-Talk
Subject: cfmail problem

 
Please Help. I am changing some forms and actions on my website. I have 
a lead subscription website and currently the lead emails that go to my 
subscribing companies have my websites email as the sent and reply 
email with the customers in the form.  I am changing to have the
potential 
customers as the from and reply email now which I have acomplished. 
HOWEVER, now if the customer does not have an email the lead gets lost
in 
cyber space. How can I make add a rule that if the customer has no 
email and only phone that it at least goes to me or my subcribing
companies 
using perhaps my websites email acting as a default?? Below is the 
current code: Your help or advice would be greatly appreciated. Thanks. 


subject="leads #CategoryText# Lead">#CategoryText# 

I have tried the following but it still did not work:
CFIF trim(Email) EQ ""> 
     
 


subject="leads #CategoryText# Lead">#CategoryText# 
Company Name: #FORM.CompanyName# 

FROM="#iif(email EQ '',DE('my company email'),email)#" 

Try that too.  I didn't test it...it might need to be  #iif(email EQ 
'',DE('my company email'),DE(email))#
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFMail problem

2004-03-02 Thread Rick Lansford
Pretty general question, but one thing might be the number of emails you are trying to send. You might be getting timed out if you are sending a large number.

> CFMail is
>acting up on me.  The same exact tag works only sporadically.  I know this
>is a vastly general question, but does anyone have any experience with the
>idiosyncracies of the CFMail tag?  Is there a list of things that could
>possibly make the CFMail tag act up? Using CF5.
>Thanks,
>Les
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMail Problem

2003-07-04 Thread Dan Phillips
Or if SERVER="mail.domain.org" does not work, use SERVER="localhost" or
SERVER="127.0.0.1"

Dan Phillips
www.CFXHosting.com 
1-866-239-4678
[EMAIL PROTECTED]

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 04, 2003 10:38 AM
To: CF-Talk
Subject: RE: CFMail Problem


Try this:



Thanks, Mark 

-Original Message-
From: Jillian Carroll [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 04, 2003 8:55 AM
To: CF-Talk
Subject: CFMail Problem


I'm trying to create an e-mail report for some course administrators.
I've got things figured out so that I can output the results, and I'm
getting the correct results... but I only want each administrator to get
a single e-mail... my current output would have them getting one for
each student.

*** *** ***

My query (generates the proper results):


SELECT  users.id AS users_id,
attendee.id AS attendee_id,
users.*,
attendee.*,
courses.*,
organizations.*
FROMusers,
attendee,
courses,
organizations
WHERE   users.attendee = 'Yes'
AND users.id = attendee.users_id
AND ((users.designation = 'R.T.') OR (users.designation
=
'Pharm.D.'))
AND ((attendee.writtentest1 > 70) OR
(attendee.writtentest2
> 70) OR (attendee.writtentest3 > 70))
AND ((attendee.skilltest1 = 'Yes') OR
(attendee.skilltest2 =
'Yes') OR (attendee.skilltest3 = 'Yes'))
AND ((attendee.assignrec1 = 'Yes') AND
(attendee.assignrec2
= 'Yes') AND (attendee.assignrec3 = 'Yes') AND (attendee.pretest =
'Yes'))
AND attendee.assigneddate = courses.id
AND organizations.id = courses.org


*** *** ***

This loops correctly through the admin responsible for that 'user'... 



SELECT  org_admin.users_id,
org_admin.org_id,
users.id,
users.email
FROMorg_admin
INNER JOIN users ON org_admin.users_id =
users.id 
WHERE   org_admin.org_id = #users.org#



#ceu_needed.org_id# - #ceu_needed.email#





#users.lname#, #users.fname#
#users.address#
#users.city#, #users.prov#  #users.country#  #users.pcode#




*** *** ***

How can I translate the above query into a CFMAIL Tag so that each admin
only gets 1 e-mail?



The following individuals meet the requirements CEU Notice requirements,
and do not have a CEU date noted in their user record:


#lname#, #fname#
#address#
#city#, #prov#  #country#  #pcode#







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFMail Problem

2003-07-04 Thread Mark Leder
Try this:



Thanks, Mark 

-Original Message-
From: Jillian Carroll [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 04, 2003 8:55 AM
To: CF-Talk
Subject: CFMail Problem


I'm trying to create an e-mail report for some course administrators.  I've
got things figured out so that I can output the results, and I'm getting the
correct results... but I only want each administrator to get a single
e-mail... my current output would have them getting one for each student.

*** *** ***

My query (generates the proper results):


SELECT  users.id AS users_id,
attendee.id AS attendee_id,
users.*,
attendee.*,
courses.*,
organizations.*
FROMusers,
attendee,
courses,
organizations
WHERE   users.attendee = 'Yes'
AND users.id = attendee.users_id
AND ((users.designation = 'R.T.') OR (users.designation =
'Pharm.D.'))
AND ((attendee.writtentest1 > 70) OR (attendee.writtentest2
> 70) OR (attendee.writtentest3 > 70))
AND ((attendee.skilltest1 = 'Yes') OR (attendee.skilltest2 =
'Yes') OR (attendee.skilltest3 = 'Yes'))
AND ((attendee.assignrec1 = 'Yes') AND (attendee.assignrec2
= 'Yes') AND (attendee.assignrec3 = 'Yes') AND (attendee.pretest = 'Yes'))
AND attendee.assigneddate = courses.id
AND organizations.id = courses.org


*** *** ***

This loops correctly through the admin responsible for that 'user'... 



SELECT  org_admin.users_id,
org_admin.org_id,
users.id,
users.email
FROMorg_admin
INNER JOIN users ON org_admin.users_id = users.id 
WHERE   org_admin.org_id = #users.org#



#ceu_needed.org_id# - #ceu_needed.email#





#users.lname#, #users.fname#
#users.address#
#users.city#, #users.prov#  #users.country#  #users.pcode#




*** *** ***

How can I translate the above query into a CFMAIL Tag so that each admin
only gets 1 e-mail?



The following individuals meet the requirements CEU Notice requirements, and
do not have a CEU date noted in their user record:


#lname#, #fname#
#address#
#city#, #prov#  #country#  #pcode#






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFMAIL problem with server!

2002-06-23 Thread Joe Bastian

You have to EDIT/UPDATE all the emails in the undeliverable directory to
the right MAIL SERVER details and once you move them to
email "SPOOL" directory, CF will try to resend them. All
emails will be send successfully.. if you have the right parameters.

Joe

-Original Message-
From: Neil H. [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 23, 2002 12:38 AM
To: CF-Talk
Subject: CFMAIL problem with server!


CF Mail problem.

If you have a ton of emails in the undeliverable directory and you move them
over which Mail Server will they use?  In the message it will show the old
mail server, but I updated it in the CFADMIN so which applies?

Thanks,

Neil


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL problem with server!

2002-06-23 Thread Jochem van Dieten

Cameron Childress wrote:
> It will use the mail server which was specified when the message was
> created.  You can find the mail server for each message by opening the
> cfmail file and looking at the CF headers at the very top of the file.  You
> can change this in a text editor, but be careful how you do it, CF-Studio
> will modify the message format by replacing some of the Line Breaks, and the
> message will come out the other end looking very odd.
> 
> The best way I have found to replace an old server with a new one in
> Undelivered messages is to use Studio's extended search and replace.  This
> will change the server name in the message without changing any other
> characters.

Alternatively, delete all the custom CF headers and leave just the 
normal RFC 2822 headers and drop the files in the pickup dir of your 
SMTP server.

Jochem

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFMAIL problem with server!

2002-06-22 Thread Cameron Childress

It will use the mail server which was specified when the message was
created.  You can find the mail server for each message by opening the
cfmail file and looking at the CF headers at the very top of the file.  You
can change this in a text editor, but be careful how you do it, CF-Studio
will modify the message format by replacing some of the Line Breaks, and the
message will come out the other end looking very odd.

The best way I have found to replace an old server with a new one in
Undelivered messages is to use Studio's extended search and replace.  This
will change the server name in the message without changing any other
characters.

-Cameron

-
Cameron Childress
Sumo Consulting Inc.
---
cell:  678-637-5072
aim:   cameroncf
email: [EMAIL PROTECTED]


> -Original Message-
> From: Neil H. [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 23, 2002 12:38 AM
> To: CF-Talk
> Subject: CFMAIL problem with server!
>
>
> CF Mail problem.
>
> If you have a ton of emails in the undeliverable directory and
> you move them
> over which Mail Server will they use?  In the message it will show the old
> mail server, but I updated it in the CFADMIN so which applies?
>
> Thanks,
>
> Neil
>
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Billy Cravens

Wouldn't this tag only handle mail that is in the UNDELIVERABLE folder?  If
so, this has nothing to do with Melissa's problem.

- Original Message -
From: "Don Vawter" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 11:13 AM
Subject: Re: CFMAIL problem - not sending, stuck in spool


> Get the resendmail tag from the tag gallery
>
> - Original Message -
> From: "Melissa Fraher" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, January 10, 2002 10:20 AM
> Subject: CFMAIL problem - not sending, stuck in spool
>
>
> > I have a problem with Cold Fusion sending out email and was just
> > wondering if you have any advice.  When the mail is generated it sits in
> >
> > a folder named SPOOL.  If it gets sent, it disappears from the SPOOL.
> > If it cannot be delivered in 60 seconds it goes to the UNDELIVERABLE
> > folder.
> >
> > For some reason a piece of mail is stuck in the SPOOL folder, it is not
> > being delivered, or marked undeliverable.  It is also holding up the
> > spool.
> >
> > I tried to delete the file, but got an error : Cannot delete 2E4: There
> > has been a sharing violation, the source or destination file may be in
> > use.
> >
> > Do you guys know of a way to kill this file?  It is in
> > Cfusion\Mail\Spool\
> >
> >
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Melissa Fraher

Don - Thank you for the response.  Actually , it won't send any mail right now
because one piece of mail is in the spool and I can't delete it.  So even when I
manually drag undeliverables into the spool, they won't go out.  Any ideas out
there?

Thanks.

Melissa

Don Vawter wrote:

> Get the resendmail tag from the tag gallery
>
> - Original Message -
> From: "Melissa Fraher" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, January 10, 2002 10:20 AM
> Subject: CFMAIL problem - not sending, stuck in spool
>
> > I have a problem with Cold Fusion sending out email and was just
> > wondering if you have any advice.  When the mail is generated it sits in
> >
> > a folder named SPOOL.  If it gets sent, it disappears from the SPOOL.
> > If it cannot be delivered in 60 seconds it goes to the UNDELIVERABLE
> > folder.
> >
> > For some reason a piece of mail is stuck in the SPOOL folder, it is not
> > being delivered, or marked undeliverable.  It is also holding up the
> > spool.
> >
> > I tried to delete the file, but got an error : Cannot delete 2E4: There
> > has been a sharing violation, the source or destination file may be in
> > use.
> >
> > Do you guys know of a way to kill this file?  It is in
> > Cfusion\Mail\Spool\
> >
> >
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL problem - not sending, stuck in spool

2002-01-10 Thread Don Vawter

Get the resendmail tag from the tag gallery

- Original Message -
From: "Melissa Fraher" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 10:20 AM
Subject: CFMAIL problem - not sending, stuck in spool


> I have a problem with Cold Fusion sending out email and was just
> wondering if you have any advice.  When the mail is generated it sits in
>
> a folder named SPOOL.  If it gets sent, it disappears from the SPOOL.
> If it cannot be delivered in 60 seconds it goes to the UNDELIVERABLE
> folder.
>
> For some reason a piece of mail is stuck in the SPOOL folder, it is not
> being delivered, or marked undeliverable.  It is also holding up the
> spool.
>
> I tried to delete the file, but got an error : Cannot delete 2E4: There
> has been a sharing violation, the source or destination file may be in
> use.
>
> Do you guys know of a way to kill this file?  It is in
> Cfusion\Mail\Spool\
>
> 
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFmail problem

2001-09-26 Thread W Luke

I've found it's more reliable to state your server and port (25) in CFmail.
Also, have you checked your logs?

Will
--
http://www.localbounty.com - free local and national advertising

- Original Message -
From: "Ins" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Wednesday, September 26, 2001 8:08 AM
Subject: CFmail problem


> Hi,
>
> One of my CF pages sends emails.
>
> Sometimes emails are sent, sometimes no function.
>
> Some one gave me the answer to this problem:
>
> "In regards to the email forms, it appears that they are failing
> due to the use of stray bare line feeds ("LF") in the messages being sent.
> This violates mail protocols which insist on end-of-line characters
> using a carriage-return followed by a line feed (CR\LF).
> Fixing your code to ensure that generated email uses the above character
> pairing
> on all message line endings will ensure all messages are sent correctly
> (the mailserver and CFMAIL services will only send what is sent to them
and
> no
> adjustments will be made (by design of the services). "
>
>
> But all carriage-return and line breaks have been replaced in my code:
>
> 
> ','all')#'>
>
>  subject="Thanks">
>
> #email_body#
>
> 
>
> Can any one help?
> Thank you.
> Ins
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail Problem 4.5 on NT 4 SP6

2001-08-13 Thread Howie Hamlin

There's no mail.log file in cfusion\log or is the file empty?

Regards,

Howie

- Original Message - 
From: "Dave Hannum" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 4:12 PM
Subject: Re: CFMail Problem 4.5 on NT 4 SP6


> Nothing in the log file.  OK - we just updated ot CF5.  Same problem . . .
> 
> Dave
> 
> 
> 
> - Original Message -
> From: "Howie Hamlin" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 13, 2001 3:06 PM
> Subject: Re: CFMail Problem 4.5 on NT 4 SP6
> 
> 
> > Is there anything in the CFMAIL log file?  I would look there first.
> >
> > HTH,
> >
> > Howie Hamlin - inFusion Project Manager
> > On-Line Data Solutions, Inc.
> > www.CoolFusion.com
> > 631-737-4668 x101
> > inFusion Mail Server (iMS) - The Intelligent Mail Server
> > Join the DevCon community at www.coolfusion.com/devcon
> >
> > - Original Message -
> > From: "Dave Hannum" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Monday, August 13, 2001 3:00 PM
> > Subject: CFMail Problem 4.5 on NT 4 SP6
> >
> >
> > > Hello,
> > >
> > > We've all of a sudden developed a problem with CFMAIL.  Now, this could
> be
> > > related to the fact that we just upgraded to 4.5 from 4.0.  (Yes, we
> have
> > > 5.0 in house, but don't ask - it's outta my hands . . . ).  Anyway, now,
> the
> > > CFMAIL will send out one or two mails, then everything gets dumped into
> > > "UNDELIVR".  Nothing more will go out until we stop and start the CF
> Server
> > > again.  Then, same thing.  Anybody got a clue?
> > >
> > > Thanks,
> > > Dave
> > >
> > >
> > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail Problem 4.5 on NT 4 SP6

2001-08-13 Thread Dave Hannum

Nothing in the log file.  OK - we just updated ot CF5.  Same problem . . .

Dave



- Original Message -
From: "Howie Hamlin" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 3:06 PM
Subject: Re: CFMail Problem 4.5 on NT 4 SP6


> Is there anything in the CFMAIL log file?  I would look there first.
>
> HTH,
>
> Howie Hamlin - inFusion Project Manager
> On-Line Data Solutions, Inc.
> www.CoolFusion.com
> 631-737-4668 x101
> inFusion Mail Server (iMS) - The Intelligent Mail Server
> Join the DevCon community at www.coolfusion.com/devcon
>
> - Original Message -
> From: "Dave Hannum" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 13, 2001 3:00 PM
> Subject: CFMail Problem 4.5 on NT 4 SP6
>
>
> > Hello,
> >
> > We've all of a sudden developed a problem with CFMAIL.  Now, this could
be
> > related to the fact that we just upgraded to 4.5 from 4.0.  (Yes, we
have
> > 5.0 in house, but don't ask - it's outta my hands . . . ).  Anyway, now,
the
> > CFMAIL will send out one or two mails, then everything gets dumped into
> > "UNDELIVR".  Nothing more will go out until we stop and start the CF
Server
> > again.  Then, same thing.  Anybody got a clue?
> >
> > Thanks,
> > Dave
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMail Problem 4.5 on NT 4 SP6

2001-08-13 Thread Howie Hamlin

Is there anything in the CFMAIL log file?  I would look there first.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server
Join the DevCon community at www.coolfusion.com/devcon

- Original Message - 
From: "Dave Hannum" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 3:00 PM
Subject: CFMail Problem 4.5 on NT 4 SP6


> Hello,
> 
> We've all of a sudden developed a problem with CFMAIL.  Now, this could be
> related to the fact that we just upgraded to 4.5 from 4.0.  (Yes, we have
> 5.0 in house, but don't ask - it's outta my hands . . . ).  Anyway, now, the
> CFMAIL will send out one or two mails, then everything gets dumped into
> "UNDELIVR".  Nothing more will go out until we stop and start the CF Server
> again.  Then, same thing.  Anybody got a clue?
> 
> Thanks,
> Dave
> 
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFMAIL problem

2001-06-20 Thread Howie Hamlin

Check the CFMAIL log under cfusion\mail\logs.  Is there anything in there or in the 
UNDELIVR folder?

Regards,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server

- Original Message - 
From: "Bill Poff" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 10:15 AM
Subject: RE: CFMAIL problem


> 
> 
> -Original Message-
> From: Hamid Hossain [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 17, 2001 2:39 AM
> To: CF-Talk
> Subject: CFMAIL problem
> 
> 
> Hi All,
> 
> I am tring to send email with  but I am facing
> some problems. Some times it sends and some time it
> does not send!
> 
> I am sure that all form variables are passed and they
> are ok.
> I used the following standard code:
> 
> 
> to="[EMAIL PROTECTED]"
>  subject="#FORM.sSubject#"
>  type="HTML">
> #FORM.sBody#
>   
>   Done
> 
> 
> The word (Done) always appear but sometimes no email
> could be received. It is not delay time. it is a real
> problem.
> 
> any suggestions
> Hamid Hossain
>
~~
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: CFMAIL problem

2001-06-19 Thread Philip Arnold - ASP

> I am tring to send email with  but I am facing
> some problems. Some times it sends and some time it
> does not send!
>
> I am sure that all form variables are passed and they
> are ok.
> I used the following standard code:
>
> 
> to="[EMAIL PROTECTED]"
>  subject="#FORM.sSubject#"
>  type="HTML">
> #FORM.sBody#
>   
>   Done
> 
>
> The word (Done) always appear but sometimes no email
> could be received. It is not delay time. it is a real
> problem.

Have you looked in the \CFusion\Mail\Undelivr folder? It contains the emails
that couldn't be sent - if the emails aren't in there, then they must have
gone to the SMTP server

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



~~
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: CFMAIL problem

2001-06-19 Thread Howie Hamlin

Check the log files for errors and see if there are any mails in the UNDELIVR folder.  
These are under:

[directory where cf is installed]\mail\log
[directory where cf is installed]\mail\undelivr

The log file will contain errors in transmission to the mail server and the UNDELIVR 
folder will contain any mail that could not be
delivered.  You can also try moving the undelivered mail back into the spoool folder 
and CF should retry delivery.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server

- Original Message -
From: "Hamid Hossain" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, June 17, 2001 2:39 AM
Subject: CFMAIL problem


> Hi All,
>
> I am tring to send email with  but I am facing
> some problems. Some times it sends and some time it
> does not send!
>
> I am sure that all form variables are passed and they
> are ok.
> I used the following standard code:
>
> 
> to="[EMAIL PROTECTED]"
>  subject="#FORM.sSubject#"
>  type="HTML">
> #FORM.sBody#
>   
>   Done
> 
>
> The word (Done) always appear but sometimes no email
> could be received. It is not delay time. it is a real
> problem.
>
> any suggestions
> Hamid Hossain
>
~~
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: CFMAIL problem

2001-06-19 Thread Dan Phillips

Check your logs to see what the problem may be. You can find this in
/cfusion/logs/mail.log
This will tell you why a message was not able to be sent. Also check the
folder /cfusion/mail/undeliverable and see if any text files are there. If
there aren't any, then CF is sending the mail and you may have SMTP or mail
server issues.


Dan Phillips
www.cfxhosting.com

-Original Message-
From: Bill Poff [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 10:16 AM
To: CF-Talk
Subject: RE: CFMAIL problem




-Original Message-
From: Hamid Hossain [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 17, 2001 2:39 AM
To: CF-Talk
Subject: CFMAIL problem


Hi All,

I am tring to send email with  but I am facing
some problems. Some times it sends and some time it
does not send!

I am sure that all form variables are passed and they
are ok.
I used the following standard code:


  
#FORM.sBody#
  
  Done


The word (Done) always appear but sometimes no email
could be received. It is not delay time. it is a real
problem.

any suggestions
Hamid Hossain
~~
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: CFMAIL problem

2001-06-19 Thread Dylan Bromby

that's a mail server-dependent feature. not all mail servers automatically
validate the sender.

-Original Message-
From: Bill Poff [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 7:24 AM
To: CF-Talk
Subject: RE: CFMAIL problem


Hi,

Sorry for the earlier message, my fingers were going faster than my brain...

My experience with mail servers is that they won't send mail without a valid
"From" address. This is how I take care of that.




  

  

  





You can get the  tag from the Developers Exchange.

--Bill

-Original Message-
From: Hamid Hossain [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 17, 2001 2:39 AM
To: CF-Talk
Subject: CFMAIL problem


Hi All,

I am tring to send email with  but I am facing
some problems. Some times it sends and some time it
does not send!

I am sure that all form variables are passed and they
are ok.
I used the following standard code:


  
#FORM.sBody#
  
  Done


The word (Done) always appear but sometimes no email
could be received. It is not delay time. it is a real
problem.

any suggestions
Hamid Hossain
~~
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: CFMAIL problem

2001-06-19 Thread Bill Poff

Hi,

Sorry for the earlier message, my fingers were going faster than my brain...

My experience with mail servers is that they won't send mail without a valid
"From" address. This is how I take care of that.




  

  

  





You can get the  tag from the Developers Exchange.

--Bill

-Original Message-
From: Hamid Hossain [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 17, 2001 2:39 AM
To: CF-Talk
Subject: CFMAIL problem


Hi All,

I am tring to send email with  but I am facing
some problems. Some times it sends and some time it
does not send!

I am sure that all form variables are passed and they
are ok.
I used the following standard code:


  
#FORM.sBody#
  
  Done


The word (Done) always appear but sometimes no email
could be received. It is not delay time. it is a real
problem.

any suggestions
Hamid Hossain
~~
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: CFMAIL problem

2001-06-18 Thread Bill Davidson

Have you looked in the CF spool to see if the mail is being generated?
There's two folders to check, the spooled mail, and the undeliverable mail.
That way you can at least see where the mail is failing.

-Bill
brainbox

- Original Message -
From: "Hamid Hossain" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, June 17, 2001 2:39 AM
Subject: CFMAIL problem


> Hi All,
>
> I am tring to send email with  but I am facing
> some problems. Some times it sends and some time it
> does not send!
>
> I am sure that all form variables are passed and they
> are ok.
> I used the following standard code:
>
> 
> to="[EMAIL PROTECTED]"
>  subject="#FORM.sSubject#"
>  type="HTML">
> #FORM.sBody#
>   
>   Done
> 
>
> The word (Done) always appear but sometimes no email
> could be received. It is not delay time. it is a real
> problem.
>
> any suggestions
> Hamid Hossain
>
~~
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: CFMAIL problem

2001-06-18 Thread Bill Poff



-Original Message-
From: Hamid Hossain [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 17, 2001 2:39 AM
To: CF-Talk
Subject: CFMAIL problem


Hi All,

I am tring to send email with  but I am facing
some problems. Some times it sends and some time it
does not send!

I am sure that all form variables are passed and they
are ok.
I used the following standard code:


  
#FORM.sBody#
  
  Done


The word (Done) always appear but sometimes no email
could be received. It is not delay time. it is a real
problem.

any suggestions
Hamid Hossain
~~
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: CFMAIL Problem

2001-03-21 Thread Jason E Miller

There is a fix for this on allaire that you can download - just search for
TagCFMail::sendMessage


Jason E Miller
Computer Consultants Unlimited
http://www.computercu.com
Brainbench Certified Cold Fusion Developer 4.5
Transcript Link:
http://www.brainbench.com/transcript.jsp?pid=477741


-Original Message-
From: Chris Bellacose [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 6:40 AM
To: CF-Talk
Subject: CFMAIL Problem



Hello All:

I get the following error when  I try to use CFMAIL:





Error Occurred While Processing Request
  Error Diagnostic Information
  unknown exception condition

  TagCFMail::sendMessage

  The error occurred while processing an element with a general
identifier of (CFMAIL), occupying document position (9:1) to (14:12) in the
template file C:\Inetpub\wwwroot\iis\chris\cabmailtest.cfm.


  Date/Time: 03/21/01 09:48:50
  Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
  Remote Address: 64.8.21.70






Heres the code:




 Mail Test




This is a test.


Done



Thanks
Chris
~~
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: CFMAIL Problem

2001-03-21 Thread Chris Bellacose

thanks, it was a permissions problem.

http://www.allaire.com/Handlers/index.cfm?ID=15821&Method=Full


- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 9:55 AM
Subject: RE: CFMAIL Problem


> You may find it's because you have a space in your 'from' field.
>
> -Original Message-
> From: Chris Bellacose [mailto:[EMAIL PROTECTED]]
> Sent: 21 March 2001 14:40
> To: CF-Talk
> Subject: CFMAIL Problem
>
>
> 
>
> Hello All:
>
> I get the following error when  I try to use CFMAIL:
> --
--
> 
>
>
>
> Error Occurred While Processing Request
>   Error Diagnostic Information
>   unknown exception condition
>
>   TagCFMail::sendMessage
>
>   The error occurred while processing an element with a general
> identifier of (CFMAIL), occupying document position (9:1) to (14:12) in
the
> template file C:\Inetpub\wwwroot\iis\chris\cabmailtest.cfm.
>
>
>   Date/Time: 03/21/01 09:48:50
>   Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
>   Remote Address: 64.8.21.70
>
>
>
>
>
>
> Heres the code:
>
>
> 
> 
>  Mail Test
> 
>
> 
>  from="Chris Test"
> subject="Test Email"
> server="mail.interactiveinfo.com"
> port=25
> timeout=600>
> This is a test.
> 
>
> Done
> 
> 
>
> Thanks
> Chris
>
~~
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: CFMAIL Problem

2001-03-21 Thread Craig . Wilson

You can most things in the from field, SMTP does not like spaces though.

from="Chris_Test" would work.

-Original Message-
From: Javed Mushtaq [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 14:55
To: CF-Talk
Subject: RE: CFMAIL Problem


you must have no spaces in the from and it is expecting a
[EMAIL PROTECTED] format,.

-Original Message-
From: Chris Bellacose [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 14:40
To: CF-Talk
Subject: CFMAIL Problem




Hello All:

I get the following error when  I try to use CFMAIL:



 

Error Occurred While Processing Request
  Error Diagnostic Information
  unknown exception condition 

  TagCFMail::sendMessage 

  The error occurred while processing an element with a general
identifier of (CFMAIL), occupying document position (9:1) to (14:12) in the
template file C:\Inetpub\wwwroot\iis\chris\cabmailtest.cfm.


  Date/Time: 03/21/01 09:48:50
  Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
  Remote Address: 64.8.21.70 

 




Heres the code:




 Mail Test




This is a test.


Done



Thanks
Chris
~~
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: CFMAIL Problem

2001-03-21 Thread Javed Mushtaq

you must have no spaces in the from and it is expecting a
[EMAIL PROTECTED] format,.

-Original Message-
From: Chris Bellacose [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 14:40
To: CF-Talk
Subject: CFMAIL Problem




Hello All:

I get the following error when  I try to use CFMAIL:



 

Error Occurred While Processing Request
  Error Diagnostic Information
  unknown exception condition 

  TagCFMail::sendMessage 

  The error occurred while processing an element with a general
identifier of (CFMAIL), occupying document position (9:1) to (14:12) in the
template file C:\Inetpub\wwwroot\iis\chris\cabmailtest.cfm.


  Date/Time: 03/21/01 09:48:50
  Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
  Remote Address: 64.8.21.70 

 




Heres the code:




 Mail Test




This is a test.


Done



Thanks
Chris
~~
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: CFMAIL Problem

2001-03-21 Thread Craig . Wilson

You may find it's because you have a space in your 'from' field.

-Original Message-
From: Chris Bellacose [mailto:[EMAIL PROTECTED]]
Sent: 21 March 2001 14:40
To: CF-Talk
Subject: CFMAIL Problem




Hello All:

I get the following error when  I try to use CFMAIL:



 

Error Occurred While Processing Request
  Error Diagnostic Information
  unknown exception condition 

  TagCFMail::sendMessage 

  The error occurred while processing an element with a general
identifier of (CFMAIL), occupying document position (9:1) to (14:12) in the
template file C:\Inetpub\wwwroot\iis\chris\cabmailtest.cfm.


  Date/Time: 03/21/01 09:48:50
  Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
  Remote Address: 64.8.21.70 

 




Heres the code:




 Mail Test




This is a test.


Done



Thanks
Chris
~~
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: CFMAIL Problem

2001-01-11 Thread Jann VanOver

First clue, you don't need to use CFOUTPUT inside a CFMAIL.  Fields from the
query named in the cfmail tag don't need to be qualified with their query
name, but fields from the other query DO.  In the example below, stuff from
the query named "details" must have the "details." before the field names.


  SELECT stuff you want to tell people about


  SELECT Name, Email
...


  Dear #Name#,
Here's some stuff I want to tell you:
   #details.stuff#, #details.morestuff#


Does that help?

-Original Message-
From: Drechsler, Jennifer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 11, 2001 10:42 AM
To: CF-Talk
Subject: CFMAIL Problem


Hi,

I am trying to send dynamic content, selected from one query, using CFMAIL.
It works fine as long as I am sending it to one person.  The problem is I
need this mail sent to a group of people, from a second query.  I can't seem
to nest (or not nest) my CFOUTPUT and CFMAIL statements properly.

Can anyone help?

Thanks,

Jennifer Drechsler
SFPUC, ITS
~~
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: CFMAIL Problem

2001-01-11 Thread Dylan Bromby

post the code.

-Original Message-
From: Drechsler, Jennifer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 11, 2001 10:42 AM
To: CF-Talk
Subject: CFMAIL Problem


Hi,

I am trying to send dynamic content, selected from one query, using CFMAIL.
It works fine as long as I am sending it to one person.  The problem is I
need this mail sent to a group of people, from a second query.  I can't seem
to nest (or not nest) my CFOUTPUT and CFMAIL statements properly.

Can anyone help?

Thanks,

Jennifer Drechsler
SFPUC, ITS
~~
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: CFMAIL problem

2000-07-26 Thread Michael Smith


--6A8DF45E9A5D90D670826DEE
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

could be a bad character in the email - I once had our email server die with some bad 
characters in the email. Do this happen on all email or just one? if one check the 
text you are
sending.
- Michael Smith, TeraTech, Inc http://www.teratech.com/

Eron Cohen wrote:

> Anyone have any ideas what this CFMAIL error is about?
>
> Error Diagnostic Information
> Unable to write mail message to disk.
> An unexpected error occurred while attempting to save the mail message.
>
> I've never seen it until recently.  My harddrives have plenty of space.  I
> am using CF 4.51/IIS 4.0/NT 4.0 SP 6a.
>
> Here's my code:
>
>  subject="#form.mail_subject# (Invoice: #inovoice_number#)" type="HTML">
>  FILE="d:\online-documents\readme_files\SoftwareLicenseAgreement.rtf" >
> 
> #Mail_message#
> 
> Authorization CodeCodes:
> #temp_codes#
> 
>
> Thanks in advance,
>
> Eron
>
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Michael Smith, TeraTech Inc - Tools for Programmers(tm)
VB, CF/ASP Web, Telephony, Math, Access programming tools & consulting
100 Park Ave Ste 360, Rockville MD 20850 USA
Voice: +1-301-424-3903, 800-447-9120 x500  Fax:301-762-8185  BBS:301-762-8184
Web: http://www.teratech.com/sig/
Email:  mailto:[EMAIL PROTECTED]


--6A8DF45E9A5D90D670826DEE
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit



could be a bad character in the email - I once had our email server die
with some bad characters in the email. Do this happen on all email or just
one? if one check the text you are sending.
- Michael Smith, TeraTech, Inc http://www.teratech.com/">http://www.teratech.com/
Eron Cohen wrote:
Anyone have any ideas what this CFMAIL error is about?
Error Diagnostic Information
Unable to write mail message to disk.
An unexpected error occurred while attempting to save the mail message.
I've never seen it until recently.  My harddrives have plenty of
space.  I
am using CF 4.51/IIS 4.0/NT 4.0 SP 6a.
Here's my code:



#Mail_message#

Authorization CodeCodes: #temp_codes#
Thanks in advance, Eron -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/">http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk">http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. -- Michael Smith, TeraTech Inc - Tools for Programmers(tm) VB, CF/ASP Web, Telephony, Math, Access programming tools & consulting 100 Park Ave Ste 360, Rockville MD 20850 USA Voice: +1-301-424-3903, 800-447-9120 x500  Fax:301-762-8185  BBS:301-762-8184 Web: http://www.teratech.com/sig/">http://www.teratech.com/sig/ Email:  mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]   --6A8DF45E9A5D90D670826DEE-- -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Re: CFMAIL Problem

2000-05-22 Thread David E. Crawford

The mail server may be trying to prevent relaying.  Is the
"onlinedemocracy.com" domain configured as the "local" domain for server.
Obviously aol.com is not a local domain. Depending on the MTA, it is
possible to be quite draconian in limiting who can send email through the
server.

Dave

- Original Message -
From: "Rey Bango" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 19, 2000 16:32
Subject: CFMAIL Problem


> Hey guys & gals, I'm having a real tough time trying to figure out why
> CFMAIL is choking. Everytime someone registers on our site, we send them
> out
> a confirmation email. Well, I'd venture to say that at least 50% of the
> email messages are not being delivered. Here's one entry from the CF
> Server's mail service error log:
>
> "Error","TID=1","05/19/00","12:12:19","Error occurred while attempting
> to
> send mail message. - [PT_ERROR] General error (550 not local host
> aol.com,
> not a gateway)  - Sender = '[EMAIL PROTECTED]', Recipients =
> '[EMAIL PROTECTED]' - Undelivered message archived to
> '/opt/coldfusion/mail/undelivr/CFMHUB0RgKSu'"
>
> Again, its intermittent. Any help would be greatly appreciated.
>
> Platform: CF 4.0.1 on Solaris
>
> Rey
>
> 
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFMAIL Problem

2000-05-19 Thread DSJ

Rey,

CFMAIL is choking on me the same way.  I know for a fact that it's not my
mail server's fault because it is very intermitent.  There is definitely a
problem with CFMAIL.  On a side note, I NEVER use to have these problems
with CF 4.01.  I may end up downgrading just to fix the problem since
Allaire screwed up 4.5.1.  I have had nothing but problems with 4.5.1, but
this CFMAIL issue is the most important to me.  None of my customers are
getting order confirmations like they are suppose to or anything.  It's been
hell trying to figure it out.

Just thought I'd voice my opinion about this since I'm having similar
problems.

Thanks,

DSJ

> -Original Message-
> From: Rey Bango [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 19, 2000 10:32 AM
> To: [EMAIL PROTECTED]
> Subject: CFMAIL Problem
>
>
> Hey guys & gals, I'm having a real tough time trying to figure out why
> CFMAIL is choking. Everytime someone registers on our site, we
> send them out
> a confirmation email. Well, I'd venture to say that at least 50% of the
> email messages are not being delivered. Here's one entry from the CF
> Server's mail service error log:
>
> "Error","TID=1","05/19/00","12:12:19","Error occurred while attempting to
> send mail message. - [PT_ERROR] General error (550 not local host aol.com,
> not a gateway)  - Sender = '[EMAIL PROTECTED]', Recipients =
> '[EMAIL PROTECTED]' - Undelivered message archived to
> '/opt/coldfusion/mail/undelivr/CFMHUB0RgKSu'"
>
> Again, its intermittent. Any help would be greatly appreciated.
>
> Platform: CF 4.0.1 on Solaris
>
> Rey
>
> --
> 
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFMAIL Problem

2000-05-19 Thread Howie Hamlin

Your mail server is rejecting the mail because it considers the mail to be a
relay that is not local to your domain.  Usually a mail server will allow
relays when the sender or recipient is local.  However, your server is
considering [EMAIL PROTECTED] to be non-local and the recipient,
[EMAIL PROTECTED], to also be non-local.

So, you need to have your mail administrator allow the relay or you need to
send the mail from an address that is acceptible to the mail server.

Or


You can try our iMS POST SE software that will allow you to send mail
directly from the CF server without an external mail server.
http://www.coolfusion.com/iMSPostSE-PR.htm


Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
www.CoolFusion.com

Please vote for iMS in the Most Innovative category here:
*** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***

Check out inFusion Mail Server - the world's most configurable email server

- Original Message -
From: Rey Bango <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 19, 2000 12:32 PM
Subject: CFMAIL Problem


> Hey guys & gals, I'm having a real tough time trying to figure out why
> CFMAIL is choking. Everytime someone registers on our site, we send them
out
> a confirmation email. Well, I'd venture to say that at least 50% of the
> email messages are not being delivered. Here's one entry from the CF
> Server's mail service error log:
>
> "Error","TID=1","05/19/00","12:12:19","Error occurred while attempting to
> send mail message. - [PT_ERROR] General error (550 not local host aol.com,
> not a gateway)  - Sender = '[EMAIL PROTECTED]', Recipients =
> '[EMAIL PROTECTED]' - Undelivered message archived to
> '/opt/coldfusion/mail/undelivr/CFMHUB0RgKSu'"
>
> Again, its intermittent. Any help would be greatly appreciated.
>
> Platform: CF 4.0.1 on Solaris
>
> Rey
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFMAIL problem

2000-05-10 Thread Grady Milhon

I would try increasing your mail server timeout under the admin settings for
mail.  It might be timing out trying to send the larger message.  Just an idea.

Grady
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] at internet
Sent: Wednesday, May 10, 2000 6:52 AM
To: [EMAIL PROTECTED] at internet
Subject: CFMAIL problem

I'm trying to resolve a mail problem. We're using CFMAIL to allow a client to se
nd a
simple newsletter to a list of subscribers...

Short messages seem to go fine, but we had a larger message that failed to trans
mit. We
kept shortening it until it reached 2189 chars, and then it went consistently. T
here
were NO special characters or anything other than ordinary letters around the cu
toff
point.

Any ideas?

Gene Kraybill
LPW & Associates
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=l
ists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubs
cribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.