|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-04-13 17:29 UTC] koce at gmx dot net
if($Response=="Email"){
mail("constant_@web.bg","Pozdravlenia","Uvajaemi $FirstName $LastName,\nPotrebitelskoto vi ime e: $username,\na parolata vi e: $password.\nMojete da se kefite kato chlen na chlenka eto tuk:\nhttp://localhost/kursova/query.htm");
echo"<H4><P align=\"center\">????????????? ? ???????.<BR>?????? ????????????? ??? ? ?????? ?? ????????? ?? ????????? ?? ??? e-mail:\"<font color=\"#FF0000\">$Email</font>\"<BR><BR></P></H4>";
}
?>
PHP.INI
;Windows Extensions
extension=php3_mysql.dll
extension=php3_calendar.dll
extension=php3_dbase.dll
extension=php3_gd.dll
extension=php3_dbm.dll
extension=php3_mssql.dll
extension=php3_zlib.dll
extension=php3_filepro.dll
extension=php3_imap4r1.dll
extension=php3_ldap.dll
extension=php3_crypt.dll
extension=php3_msql2.dll
extension=php3_odbc.dll
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
[Syslog]
define_syslog_variables = Off ; Whether or not to define the various syslog variables,
; e.g. $LOG_PID, $LOG_CRON, etc. Turning it off is a
; good idea performance-wise. In runtime, you can define
; these variables by calling define_syslog_variables()
[mail function]
SMTP =mail.mobikom.com ;for win32 only
;sendmail_from = me@localhost.com ;for win32 only
sendmail_path = ;for unix only, may supply arguments as well (default is sendmail -t)
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jul 08 04:00:02 2026 UTC |
fixed. workaround is to supply the fourth argument to mail(), even as an empty string ("").