Syntax
The Hitoplive notification plugin enables Hitoplive to send emails. This
obviously has a lot of potential uses, such as web based email forms, emailing
error reports or many other things.
<@notify.email to="[recipient]" from="[sender]"
subject="[email subject]" message="[email message
body]">
where...
- [recipient]
- is the email address of the person who is to recieve the email, in the
usual email address format of username@domain.com
- [sender]
- is the email address of the person who sent the email, in the same format
as above.
- [email subject]
- is what appears in the email's subject line.
- [email message body]
- is the actual email message text
<back | top^ | next>