在我的php.ini里已经默认设置了SMTP[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25; For Win32 only.
sendmail_from = webmaster@localhost; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =出现这样的错误Severity: WarningMessage: mail() [<a href='function.mail'>function.mail</a.>]: SMTP server response: 550.5.7.1Unable to relay for ******@gmail.com
FileName: libraries/Email.php
Line Number: 1519
该如何解决这个问题