localhost - PHP error with mailserver " Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0" in context to email -


i setting localhost php server play around mailservers. have php.int set provider's info , have seemingly valid php file trying run: (info changed, obvious reasons.)

<?php $to = 'example@gmail.com';     $headers = "";     $headers .= "from: wifi metropolis <sitename@hostname.com> \r\n";      mail ($to, string, string , $headers); ?> 

when navigate file (new.php), error:

warning: unknown: failed open stream: no such file or directory in unknown on line 0  fatal error: unknown: failed opening required 'folder' (include_path='.;c:\php\pear') in unknown on line 0 

i new php, me find solution issue?
thanks!


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -