Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by andy570

  1. andy570

    Place an "X" in a box

    Thanks for the help....I used the image source example and it works great.
  2. andy570

    Place an "X" in a box

    Okay, let me clarify. I have a form on one page. It is for a standard contract. The contract has several sections where a box needs to be checked. For example: Do you have knowledge of existing lead paint? (BOX) No, I don't (BOX) Yes, I do. When the form is processed both selections will...
  3. andy570

    Place an "X" in a box

    Is there a way to use a checkbox selection to place an "X" inside the appropriate box?
  4. andy570

    Connecting to the Exchange Server from online shopping cart?

    Thanks for all the help....I think I figured it out.
  5. andy570

    cfmail and exchange server

    Thanks for the help. Yes, every other website has no problem sending email...only this one which is trying to send email to the clients exchange server. Thanks again!
  6. andy570

    cfmail and exchange server

    Unfortunately, the Exchange Server and CF Server are not on the same network. According to the logs the CF Server is sending the mail. Since they are not on the same network will that require coding with cfldap to make a connection to the Exchange server? Thanks so much for the help.
  7. andy570

    cfmail and exchange server

    Thanks for the help. Once they have the Exchange server configured to allow the CF server to relay through it do you then just specify the server address in the cfmail code?
  8. andy570

    Sending Email from online shopping cart

    When we first built the cart it was using the pop3 and smtp via cold fusion. The client wanted to install an exchange server to handle all the mail. This is separate from the website. How do you setup the exchange server to allow CF to relay through it? Thanks for all the help.
  9. andy570

    cfmail and exchange server

    Maybe I can clarify it a bit. Once the order is made a confirmation email containing all the information is sent to sales@domain.com. The clients switched the MX records to use their MS Exchange server for all email. Does this effect the CFMAIL tag? Do you have to make a connection to the...
  10. andy570

    Connecting to the Exchange Server from online shopping cart?

    Maybe I can clarify it a bit. Once the order is made a confirmation email containing all the information is sent to sales@domain.com. The clients switched the MX records to use their MS Exchange server for all email. Does this effect the CFMAIL tag? Do you have to make a connection to the...
  11. andy570

    Connecting to the Exchange Server from online shopping cart?

    hello all, new to this forum. I have a problem hopefully someone can shed some light on. We have a client for whom we created an online shopping cart. Once the person places the order and checks out a confirmation email is sent. This worked fine until the client installed an exchange server...
  12. andy570

    Sending Email from online shopping cart

    hello all, new to this forum. I have a problem hopefully someone can shed some light on. We have a client for whom we created an online shopping cart. Once the person places the order and checks out a confirmation email is sent. This worked fine until the client installed an exchange server...
  13. andy570

    cfmail and exchange server

    Hello all, I have inherited a problem. We have a shopping cart which emails the contents of the cart to the sales address. However, our clients installed an exchange server to handle all the email and now they are not receiving any of the order confirmations. Below is the original code...
  14. andy570

    Possible to Pass Form Data to SQL Statement?

    Thanks, took the quotes away from the Form.Table and it worked fine.
  15. andy570

    Possible to Pass Form Data to SQL Statement?

    Just a quick question. Is it possible to pass form data to a sql statement. For example: on one page a drop down list with a list of the different databases and another area for the table. Can these be passed to the SQL statement with something like: <cfquery name="getinfo"...

Part and Inventory Search

Back
Top