This is the message that I'm getting at the mail log:
"Error","scheduler-0","05/31/05","17:05:13",,"Invalid Addresses; nested exception is: javax.mail.SendFailedException: 550 5.7.1 Unable to relay for dr_stern21@hotmail.com "
The "To" address does exist, so it's valid!
Any ideas?
I'm sorry, but what do you mean with "if I setup the SMTP correctly"? I didn't install it, I would say it comes with windows by default (I guess).
Any thoughts?
Hi, all,
I have a problem when trying to send emails to accounts outside our domain. That is, if I send emails from webmaster@mydomain.com to user@mydomain.com, my CFMAIL works. But, is I sent an email from webmaster@mydomain.com to user@hotmail.com, doesn’t work. My server requires...
Hi all,
Is there any solution for taking the uset to a "customized" error page in case they enter a wrong url within our site?
In other words, if the correct URL is http://mydomain/myFile.cfm and by mistake they enter http://mydomain/myFil.cfm, the system should take them to an "error" page. Can...
Hi all!
I was browsing through the internet and I saw a URL structured like this:
www.thedomain.com/myFile.cfm/1/123
Does anybody have an idea on how can we interpret the "/" after the ".cfm"? Is that a FuseBox thing? Can we interpret that as a url parameter? Just like in...
Hi there…
I am trying to add an XP Pro workstation to a Win 2K server and I get the “Network path not found” error.
From my workstation –the one I’m trying to add-, I can ping the server either by IP or by name. I can “Map Network Drive” to any other workstation within the domain except for...
Hi there,
I have a trial version of CF MX 6.1. If before the trial period expires I’m able to get the key (for making the CF server work permanently), do any of you guys know how to enter the key without having to uninstall and install the whole application again so I can save some time and...
Hello there,
I don't know if I'm in the right forum but I'm having an error when I try to open an universe. The error says: "Universe connection is not accessible". Then, another dialog shows up saying "The server is not responding. (UNV0018)". I already try doing what the "Errors51EN.pdf" file...
Spookie,
Thanks for replying.
I already checked the directory's permissions ( in windows explorer) and it is not read-only :(
Any other guess?
Thanks,
Dr Stern
Hi there,
I'm trying to upload a file, and the following code works on windows xp, but in win2k server doesn't work.
The code is the following:
$uploadDir = 'd:/Inetpub/wwwroot/php/uploads/';
$uploadFile = $uploadDir . $_FILES['userfile']['name'];
print "<pre>";
if...
HI there,
This is my case, I’m assigning some value to my session variable in a parent window. Like this:
<cfset session.mySessionVariable = “x”>
Then, in a popup, I am assigning that value to another variable. As in:
<cfset otherVariable = session.mySessionVariable>
Then, after a snippet...
Hi there,
Does anybody has an idea of how to get rid, on a string, of the "new line" character.
I have tried #replace(mystring, char(10), " ", all)# and doesn't work.
Any suggestions?
Thanks,
Dr. Stern
Have any of you guys had any problem when using this tag (CFCONTENT) for displaying a query into an ms excel file? When my excel file is displayed, it includes a bunch of blank records. I already checked the query and it is throwing the right data.
This is the code that I’m using:
<cfcontent...
Has anybody had any experience in getting a user’s contact list data from an Exchange Server?
The code that I’m using is the one that comes with the Ben Forta’s book.
<CFOBJECT
ACTION="CREATE"
CLASS="MAPI.Session"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.