Programming Guide



sm_*mail_send

Sends an email message

int sm_mail_send(int obj_id);
int sm_n_mail_send(char *name);

obj_id
The object ID of the mail object.

name
The name assigned to the mail object.

Returns

Description

sm_mail_send sends the message identified by obj_id or name and deletes it.

See Also

sm_mail_new