sample_config.lua

changeset 0
a4670b074c77
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sample_config.lua	Thu Jan 19 22:47:29 2012 +0000
@@ -0,0 +1,19 @@
+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