ph_sendemail PowerHome formula function
Description
Sends an email message.
Syntax
ph_sendemail ( s, s, s )
Argument Description
s The email addresses you wish to send a message to. Separate multiple email addresses with commas.
s The subject of the email.
s The text of the email message.
Return value
Integer. Returns 0 if successful, 1 if an error occurred while logging in to the mail system, and 2 if an error occurred while sending the email message. You can specify multiple recipients by separating the email addresses with commas.