The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
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. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
first, you need to put your license info in your profile, second this doesn't belong in the installations forum
|
|
#3
|
|||
|
|||
|
Ok, i updated my profil setup with licence informations.
|
|
#4
|
||||
|
||||
|
What doesn't work about it? We need more details.
|
|
#5
|
|||
|
|||
|
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
|
|
#6
|
||||
|
||||
|
Yes but what doesn't work? After you change the functions to email(), what doesn't work about it?
|
|
#7
|
|||
|
|||
|
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.
|
|
#8
|
|||
|
|||
|
you mean that when you replace mail( with email( it still doesnt work?
|
|
#9
|
||||
|
||||
|
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. |
|
#10
|
|||
|
|||
|
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 |
![]() |
|
|