Hi,
Having installed vBulletin 3.0.0 beta 7, but mail settings seems to be trouble
When diagnosing within vBulletin the following error appears:
Warning: mail(): Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set() in
Tried editing \includes\config.php and added:
ini_set(“sendmail_from”, " webmaster@*********.net ");
That worked
Then tried editing config.php and added:
ini_set(“smtpserver”, " mail.*********.net ");
That didn’t work.
Searched vbulletin forum without succes. Everbody says you have to edit php.ini but that is a file which cannot be edited.
Is there a solution? Are there vBulletin users besides jodohost hosting on jodohost (strange question, but you get my drift)?
Thanks!