Hi John, thanks for replying. You said, it'll expire immediately or never, I agreed that it should expire immediately but never expire? why do u think it might...
I know that with mx7 in the scheduled tasks; you have to set the minimum setting to 61 seconds. Anything lower will not be accepted. Maybe it is the same for...
On my home web site hosting, I don't get access to things like CFadmin, since it's a shared server. I'm using CFMAIL, but if anything goes wrong, I can't see...
Well I woulnd't agree. If the spooler is enabled, you might end up with no message even if the mail would have thrown an error. Gert Customer Care Railo...
Keep in mind that with cfmail, if ANY email address listed is bad, the email will not be sent. (fyi - not sure if mx8 fixes this) Best practice with cfmail is...
... the email ... Good point, thanks. Just wondering: if I have the user filling in the email address to which replies should be sent, what's the best way of...
But you cannot access them on a shared server. There is a recent discussion on this at CrystalTech. There appears to be no easy way to monitor these, other...
I have a program I wrote that'll resend emails that end up in the undeliverable spool x number of times before deleting them (which you can change to do...
How well does it work on shared servers? Anyone know... on a shared server, does all unsent mail go to the same folder? or is the spooled and unsent mail...
I am display articles from a database, but I need the text formated with <p>...</p>. That is before each line a <p> tag,and after each line a <p>. There must...
U can fire the query in this way <cfquery .............> select '<p>'||column1 as column1, column2,column3,column4||'</p>' as column4 from table </cfquery> or...
Get_article.article_text contains the entire block of text so displaying a <p> before it and a </p> at the end doesn't do the trick. You also have a <p><p> at...
Hi I like to know how to do dropdown that shows months like this july august sept nov dec jan feb so that it always starts from july and stops at current month...
thanks hankcfman, didn't knew this. ... minimum setting to 61 seconds. Anything lower will not be accepted. Maybe it is the same for sessions. ... $19.99/year....
Hi Claude, Thanks for your reply. I added the html into the database, as I could not figure out the formating without it. I will be looking into this more, but...
Hi Swaraj, Thanks so much for your help. I could not figure this out. When I added the "||" in the cfquery I would get a SQL error. For now I had to just add...
don't know about you guys, but I'm encountering way to many lockups which can only be cured with a reboot. Problem is, when I am not at a machine to do a...
... In the 8+ years I've been working with CF, the only time I've encountered a lock-up was when there was faulty code in place... either on my end (guilty) or...
thanks for that Hatton. I'm inclined to agree with you that the real culprit is probably my code! Upon further reading, I'm also inclined to add a timeout...