Warning: mail(): SMTP server response: 550 Requested action not taken: mailbox unavailable or not local in.....
This is the error message.
The history of this situation is this: We took a job where the clients' old hosting company were and still are very unhelpful.
They still have the domain in their posession as the client did not want the mail to go down during the transfer process.
...
User Profile
Collapse
-
email from script to client mailbox.
-
found out.
use the (inStr) command to find out where it lies and then perhaps the (Mid) command to write the if function.
Technical jargon is not my speciality so forgive me if i've used the wrong terminology.
You could either say
if the reply from the inStr is more than 0, then you could assume that the reply is saying SUCCESS. (Look at the returned XML above.)
Response.Write... -
plus,
how do you get your code in a neat little box with scroll bars on this forum?
is it the same on most forums?Leave a comment:
-
asp/VBscript
Hello happy campers,
gotta another question for the grey matter that you all share.
In the script below, what is "YOUR_DSN"? How can I find out my DSN?
How can you describe it in laymans, and what is a good example?
As always, thankyou.
<%@ LANGUAGE="VBSCR IPT" %>
<%
Set MyConn = Server.CreateOb ject("ADODB.Con nection")... -
this is the returned xml from the web service. I need to write a portion of asp within the above script to do something IF the ResponseType is SUCCESS or FAILURE.
<document>
<Ident>
<BrokerID>14562 132</BrokerID>
<AppNo>1234-TST </AppNo>
<Trans>RESPONSE </Trans>
</Ident>
<Application>
<Details>
<ResponseType>S UCCESS</ResponseType>...Leave a comment:
-
you should check your apache configuration file as well so that it knows where php is. I think. I'm new to all this but have had this problem before. I think.
Oh well, bye.Leave a comment:
-
-
continuing the classic asp to web service saga: parse the response
I have now got this bulky piece of script working, it reads the form correctly, which sends the request to the web service using SOAP. It conforms to their DTD and the web service then responds and sends an xml document back to the page.
I would very much like the contents of the form to be entered into an sql database as it is sent to the web service, as their reply does not contain the full details filled into the form.
... -
-
I've got an answer to my own question. I'll post it in case anyone fancies knowing
in the classic asp script to add a variable from the form, which is in this case in the same page as the asp, you can probably have the asp as an form action page as well ) you add
& Request.Form(“y ourFieldname”) &
so that a line of your code looks like
strAppData = strAppData & "<Title>”...Leave a comment:
-
Just in case no one uses classic asp anymore, could i ask that someone help me with this asp.net version that i'm writing/compiling.
At present, this script writes an xml file elsewhere in the parent folder of my localhost. Obviously this is little help, as i need to send it to a web service using the SOAP method.
Does anyone know how I can change this script in order to do that?
...Leave a comment:
-
-
at a brief glance, question one is not only vertical but diagonal too. e.g. plus two, plus three, plus four
0+2 = 2
2+3 = 5
5+4 = 9Leave a comment:
-
NEWBEE wishes to send xml data via the SOAP method
Hello one and all.
I have recently been working outside of my field of expertise alot, and it is greatly distressing me. I have learned a small amount of php and actionscript, but now need to move into the realm of asp.
I have been supplied this script in asp classic by the web service administrator as an example, but i have no idea how to use it in conjunction with a html POST form.
1. Should the form...
No activity results to display
Show More
Leave a comment: