I would like to send emails from my page.
I use MAIL function.
In PHP.INI I have only:
[mail function]
; For Win32 only.
SMTP = smtpauth.crowley.pl
smtp_port = 25
; For Win32 only.
sendmail_from = [email protected]
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
where can I set the SMTP authorization data (password)?
Yo