MyBB Community Forums

Full Version: Email problame
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
ok look im not sure where your installing this

is a home computer or a server ?
Home the computer i am on right now
roght so is it new this board or you already have members
brand new i just got 3 members my frind my wife and me i have been usenig to test

found logs
inetpub logs logfiles w3svc1 do not know how to read it tho
Thank you technoman for taking the time to help
ok why not try something i use at home

http://www.wampserver.com/en/

you wont have to have everything all over the place as it is now

delete ... php | apache| mysql and everything else from your vista/ windows computer

Install WAMP on ur Computer

READ ..... Inside MyBB Zip Folder
*ONLY WHATS INSIDE THE UPLOAD NOT ANYTHING ELSE*

ALL FILES | FOLDERS ONLY PUT inside the WWW wamp folder

make sure you put a password on your mysql/phpmyadmin panel to secure it

and then once your installing MyBB just put in the same email for everything once installing

then once your finnsihed

go in ACP email settings provide your Internet Provider SMTP Information into the email settings properly and trust me you will have it all running in less then 5 minutes Smile

email will work and everything else in the palm of your hands
does this wampserver does that replace IIS7 now could i use my godaddy doman would that be easyer
I wouldn't suggest using WAMP to host a public forum, no.
See i want to stick with IIS7
im not familliar with IIS

but if you want ot use windows and not IIS

go to www.DYNDNS.com

register a free subdomain

name it with what they have * try to use a .com *

take the name of DYNDNS the sub domain name

go into godaddy find CNAME

put your FREE registered DYNDNS name as the CNAME

for example

www.godaddy.com (cname) www.dyndns.com

go into router and set your router up to use DYNDNS

in ur router set the DMZ to this ip ur using so
the DYNDNS will always check ur changing ip adress

wait a couple hours once your go daddy is pointed corectly at your HOME IP

email and domain name from go daddy should function 100%

_______________________________

also remember to disable the IIS in your windows settings if your going to try this route
cause you can only host 1 webserver to 1 IP

________________________________

I know this is long way around but if you do it this way trust me you will have it set up in minutes and email and all will function 100%
but hes doing this from home not from go daddy

so for testing purposes he can use wamp to be a alternative to test out out his email
(2009-01-28, 10:49 PM)Howman Wrote: [ -> ]See i want to stick with IIS7

ok if you wanna stick to IIS then i cant help yah as i dont work with IIS

maybe MattR knows more with IIS
Ok i got account at both spots www.howman.ca and www.howman.dyndns.info
i get this when i run this script
<?php
error_reporting(E_ALL);

$to = '[email protected]';

if(mail($to, 'Testing mail', 'This is a mailing test to see if PHP mail works.'))
{
echo 'Mail was sent by PHP';
}
else
{
echo 'PHP could not send the mail';
}
?>
This error
PHP Warning: mail() [function.mail]: SMTP server response: 553 Sorry, that domain isn't in my list of allowed rcpthosts. in C:\inetpub\wwwroot\testemail.php on line 6
Pages: 1 2 3 4 5