• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

nPortal

mark27

New Member
Hello I'm using a webcam portal script called nPortal When a user signs up I get a email letting me know but it comes from NOBODY even though I'm using my email addess when I approve a webcam it sends them a email that also comes as NOBODY with the email address of nobody@server6.e107hosting.org which is not mine.How can I fix this or is there a script I can use to get it from my name and my email address?

Thanks.
 
If it is a PHP script, then edit the file and search for mail() function .
Then add a forth parameter to it : mail(..., ..., ..., "MIME-Version: 1.0\r\nContent-type: text/html\r\nFrom: Your name <you@email.com>\r\n") ;
 
Back
Top