Search results

  1. BluJag

    Emails to AOL from website don't arrive

    11 Mar 11 I've searched the forums for some help but to no avail. Emails sent from my site to AOL addresses never arrive, they just fanish into the ether leaving no trace of their existence; no bounce backs, nothing. Does anyone have any ideas to fix this please? Many thanks, Rob PS...
  2. BluJag

    progressive FLV video?

    I've found WimpyWasp pretty good. http://www.wimpyplayer.com/index.html
  3. BluJag

    Transferring session from classic ASP to ASP.NET

    Thanks antic, that could be very useful.
  4. BluJag

    Re Mail 1 Down

    Emails all hunky-dory again thank you very much. As usual, superb service from Stephen and the gang at Jodo. Much appreciated.
  5. BluJag

    Re Mail 1 Down

    20 Apr 07 07:04 GMT I've seen that Stephen is slaving away in the data centre to get Mail1 up and running again. My own emails are failing so I suspect that they are on Mail1 In my Jodo CP under Domain Aliases it lists mail.my... etc Is Mail the same as Mail1 ? The IP address which...
  6. BluJag

    Testing PayPal IPN in the "sandbox"

    Sorry Antic - insufficient data to tell how reliable PayPal is - maybe the PayPal developer forums will have more info.
  7. BluJag

    Testing PayPal IPN in the "sandbox"

    Hmmm...just to make sure, quadruple check your code to make sure the sandbox callback has the correct url, and your receiving code expects the callback from the sandbox. I had two setups, one for testing which used only sandbox urls, and then the production code (nearly identical to the test...
  8. BluJag

    Testing PayPal IPN in the "sandbox"

    Hi Antic - I did some of this a while ago. 1. You must be logged in to your PayPal Sandbox Account when testing. 2. Make sure all the url's in your code refer to sandbox.paypal.com etc If you aren't logged in, then nothing happend as I recall. Hope this helps?
  9. BluJag

    Email backup need help

    Alexandru, is it worth $20?
  10. BluJag

    Simple Classic ASP Send Email Subroutine

    I agree asp v php, but probably because I'm not very familiar with php. As to .net, I think it's the only way to go, forget classic asp. MS have made it very easy (with Web Developer Express as a free download) and JoDo host .net 2 along with Ajax.net, so what more could you want ? Why bother...
  11. BluJag

    Anthem.Net - AJAX for ASP.NET

    Just had a look - rather expensive, especially as the new Microsoft offering is free!
  12. BluJag

    Sending Email

    Typo - I've just posted 2 items in the Code Vault on how to send emails with authentification in asp.net versions 1 and 2 which may get around your AOL problem. Also, there is a classic ASP script there too posted quite recently which apparently does solve the AOL problem. PS Sounds like one...
  13. BluJag

    Simple ASP.net Send Email Subroutine

    Tested in asp.net version 2 Dim Credential As New System.Net.NetworkCredential("[email protected]", "password") Dim MyMail As New System.Net.Mail.MailMessage Dim Client As New System.Net.Mail.SmtpClient() Client.Host = "mail.domain.com"...
  14. BluJag

    Simple ASP.net Send Email Subroutine

    17 March 2007 Tested in asp.net version 1 (see next post for verson 2) Neither tried with an AOL address yet - will be interested to hear if it works OK. Dim MyMail As New System.Web.Mail.MailMessage Dim SMTP As System.Web.Mail.SmtpMail Dim Email as string Dim Subject as string Dim...
  15. BluJag

    Which Linux Distribution for newbie

    11 Mar 07 I know this is an old thread, but for my 2 cents worth, I agree with Stephen. I now have my laptop dual booting into either XP or Ubuntu. The Ubuntu has the option of either the Gnome or Kde window managers. I also installed the Beryl 3D eye candy machine which is really great and lots...
  16. BluJag

    DotNetNuke v4.x

    Hmmmm! Maybe I won't leave it then! Thanks
  17. BluJag

    DotNetNuke v4.x

    Hmm..thanks for the heads up. Maybe I'll leave it for a while yet. Thanks.
  18. BluJag

    Emails not getting through to AOL

    Great! I'll give it a go. Thanks very much.
  19. BluJag

    Receiving emails and sending to a DB

    Thanks very much Ross, much appreciated.
  20. BluJag

    Receiving emails and sending to a DB

    22 Feb 07 Does anyone know of a method whereby emails sent to an account can be somehow processed so they are added to a database? Thanks.
Back
Top