cancel
Showing results for 
Search instead for 
Did you mean: 

php email example

martin86
Master User

hi there,

 Im just moving a working php web site over to BT hosting. It send's emails to users for password resets etc.

 
im useing the below php mail function.

mail($to, $subject, $body, $from, $extrainfo);

my last hosting company needed extra info before i could sucessfully send mail. any one know what BT needs? i have tried a fiew things and looked arround for an example but im obviosly not looking hard enough.

 

Any help much appreciated.

2 REPLIES 2

rogerd
Member

Did this ever get solved? I'm running a webserver on my business line and finding that the php mail() function seems to be disabled by BT. Any ideas?

 

RogerD

orthohin
Grand Master

please try this functions..

 

mail(to,subject,message,headers,parameters)

 

 

-----------

 

 

Orthohin