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 biv343 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 GigiLai

  1. GigiLai

    DeliveryReceipt No Work

    What am I doing wrong? I need to know if the e-mails that are being sent from my pages reaches the destination. All I'm concern about is if it reaches the destination, and not whether it has been read or not. My code works fine sending, but when I add the 2 lines below (DeliveryR line & the...
  2. GigiLai

    5.0.0 smtp 554 Transaction failed

    When I send email (from SQL mail or IIS) to certain addresses that has the @xyz.com suffix, I get an Undeliverable email response of: "Unable to deliver the message due to a communications failure. The MTS-ID of the original message is: yaddhi yaddhi yaddhi... 5.0.0 smtp 554 Transaction failed"...
  3. GigiLai

    html e-mail w/ form

    I did that. The display looks fine, but the reply does not take the additional form radios/checks/textbox fields.
  4. GigiLai

    System.DirectoryServices namespace not found

    But what if I created a mix mode .aspx page (in notepad) where all the source and html is all-in-one page. How would I reference now? Unless I create a bin folder and add the directoryservices.dll maybe??
  5. GigiLai

    System.DirectoryServices namespace not found

    In VSStudio.Net, My intellisense does not list the System.DirectoryServices when I try to import it. Now why can't I include this namespace? ..It's not because I'm using the development version of CSStudio.Net am I?? - dumbfounded
  6. GigiLai

    html e-mail w/ form

    It's easy to write up a basic HTML-mode e-mail in .NET. But inside that html e-mail, is there a way that I can include a form for the recipient to fill out (radio check this & textbox that) and reply/forward back that filled-out form to another e-mail?? It's a nice feature to have.. at least...

Part and Inventory Search

Back
Top