Send Email has been restricted to Admins Only

The restricted page has been disarmed, and is shown below.   Sign In to process the restricted page.

Send Email Message

This page uses a Hashtag Send Email command to deliver a message.   The Hashtag Framework uses the PHP email configuration to send email messages.  
Disarmed this Hashtag Markup:
<# send email;
	from_name = "hashtag.markup@gmail.com";
	to = "hashtag.markup@gmail.com";
	cc = "hashtag.markup@gmail.com";
	bcc = "hashtag.markup@gmail.com";
	subject = "New Test Email from <#[system.domain]#>";
	type = "text"; // text or html
	body = """		
This is an email from the Hashtag Framework BAT on <#[system.domain]#>

This is more text.

Sent By: <#[system.user_ip_address]#>

Okay, bye.
""";
#>


The Hashtag Markup Language provides many methods for handling and delivering Email.

3rd party services, such as Gmail, are supported by the Hashtag Framework.   The PHP Email configuration is used to deliver native Email.