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...
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...
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...
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?
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...
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...
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"...
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...
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...