I'm trying to edit this code but can't seem to get it to work like it need it to. This code works fine:
<SCRIPT type="text/javascript" src="writeFlash.js"></SCRI
PT>
<SCRIPT language="JavaScript">
writeFlash("v"+rand(1)+"us
po_test.sw
f","100%",
"100%",{bg
color:"#FF
FFFF",menu
:"false",v
ersion:"8,
0,0,0",nam
e:"QWConte
nt",allows
criptacces
s:"always"
},{sendURL
:"
http://www.questionwritertracker.com/collator/results.php?email=wantabe2@gmail.com",altSen
dURL:"
http://www.xquestion.com/results/resultsqw3.php?email=wantabe2@gmail.com",fo
rwardURL:"
http://www.google.com"});
</SCRIPT>
This code sends an email to the email address wantabe2@gmail.gom as listed in the code. Instead of the code pointing to the websites listed in the code, is there a way for me to edit it so I can input my own SMTP server? It looks like to code goes to a URL & then uses it to send the email but can't I not use my own 192.168.1.5 SMTP server & edit that line?
If so, I'm not that familair with PHP. I just need a results.php file with code in it to send an email to wantabe2@gmail.com. The SMTP server is 192.168.3.5. Is that possible?
If that will work that will be great!