![]() |
Hi !
Somebody can help me to adapte vBulletin for working with the email( function of Online.fr ? here is the email( doc. http://www.online.net/support/fr/php/email.html Please help me, i replace mail( by email( in all .php3 files and add the missing syntax but that don't work. Help me please. Many thanks a French guy. |
first, you need to put your license info in your profile, second this doesn't belong in the installations forum :)
|
Ok, i updated my profil setup with licence informations.
|
What doesn't work about it? We need more details.
|
Hi
I install vBulletin 2.0.3 on my web site. My web site is hosted by www.online.fr vBulletin works but it can't send email (exemple : the email send when a new user is registered.) I see that Online.fr disable the php3 "mail(" function. They replace it bye "email(" function. here is the info about email( function : http://www.online.net/support/fr/php/email.html I replace "mail(" by "email(" and modify the syntax parameters in all .php3 files of vBulletin. But that dont work. Thx again for the help :) |
Yes but what doesn't work? After you change the functions to email(), what doesn't work about it?
|
The problem is simple, vBulletin doesn't send the email notification, when i add a post or when i resend login and password to an registered user.
|
you mean that when you replace mail( with email( it still doesnt work?
|
So no errors are displayed; it just doesn't send?
If so you need to send an email to the host asking for help, as it is their function that doesn't work. |
Hi :)
I found the solution of my problem. I do a script test to know if my settings are good on Online.fr Here is my script, and now that works. Thanks everybody for the help. --------------------------- <?php $sujet="Test de mail"; $msg="Bonjour,\n ceci est un mail par php3"; if(!email("webmaster","destination@fai.com",$sujet ,$msg)){ print "le mail n'a ?t? envoy?<br>"; } ?> ---------------------------- I hope that can help another persons with the same problem. Thx again. Mathieu |
All times are GMT. The time now is 11:19 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|