Ok so i’ve edited a flash template and it came with a php mailer embeded into it , ive changed the email adress in the php file but i cant figure out why its not working on godaddy . Here is the link of the php mailer script. http://uploading.com/files/D1WFT2HW/send…
Next: How Can An Italian Web Domain Be Purchased?
Previous: What Is The Purpose Of A Sub-domain Name?
"Help With Flash Php Mailer And Godaddy.?" was posted on Saturday, August 22nd, 2009 at 9:29 am.
One Response to “Help With Flash Php Mailer And Godaddy.?”
Leave a Reply
I’ve never tried to send an email through my GoDaddy account, so I have no idea how they’re set up (mail() could be disabled), but you can call tech support and ask if there’s anything special you have to do to use PHP’s mail() function from your site. (This is assuming that you’re on a Linux box with PHP – if you’re on a windows box with ASP, mail() doesn’t exist – you’ll have to modify the code to ASP and to use CDONTS or some other ASP email function.)