Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
version 1.0 | no |
number mail(string from, string to, string headers, string content, [, string smtp_server="localhost"][,number smtp_port=25]) |
from | the address of the sender |
to | the recipient address |
headers | the e-mail headers |
content | the e-mail content |
smtp_server | the SMTP server used |
smtp_port | the SMTP server port |
Sends an email. If an error was encountered, a non-null result will be returned. To get the last error returned by a server, you could use mail_error. Check also the newsletter function. |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |