Send Gmail has been restricted to Admins Only

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

Send Gmail Message

This page uses a Hashtag Send Gmail command to deliver a message.   The Hashtag Framework uses configured Google OAuth Tokens for delivering messages through Gmail.  
Disarmed this Hashtag Markup:
<# send gmail;
	to = "hashtag.markup@gmail.com";
	cc = "hashtag.markup@gmail.com";
	bcc = "hashtag.markup@gmail.com";
	subject = "New Test HTML 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.