sample_config.lua

Thu, 19 Jan 2012 22:47:29 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 19 Jan 2012 22:47:29 +0000
changeset 0
a4670b074c77
permissions
-rw-r--r--

Initial commit

config = {
	from_name = "Mr Email Sender";
	from_address = "hi@example.com";
	subject = "An example email";
	template = [[
		Hi $name!
		
		$content
		
		Goodbye,
		Mr E. Sender
	]];
	
	smtp_username = "user";
	smtp_password = "pass";
	smtp_server = "smtp.sendgrid.net";
	smtp_port = 587;
}

mercurial