Concept Framework 2.2 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: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |