File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 // internet connectivity.
1818 .dependencies = .{
1919 .jetzig = .{
20- .url = "https://github.com/jetzig-framework/jetzig/archive/dee5701b4a32b34ca622cbbf66ce09290b03c294 .tar.gz" ,
21- .hash = "jetzig-0.0.0-IpAgLf8tDwBeHsrrYLKfzQ7iW0jNBOzQ6RIUAr-sf730 " ,
20+ .url = "https://github.com/jetzig-framework/jetzig/archive/86d82026ab574d4e5c3c6cc3817dda84b510001a .tar.gz" ,
21+ .hash = "jetzig-0.0.0-IpAgLTkzDwDKmsY9MqM41EHDXWGkViiECa0lzV8xl17x " ,
2222 },
2323 },
2424 .paths = .{
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const std = @import("std");
22const jetzig = @import ("jetzig" );
33
44pub const defaults : jetzig.mail.DefaultMailParams = .{
5- .from = .{ .email = "hello@jetzig.dev" },
5+ .from = .{ .name = "Jetzig Contact Form" , . email = "hello@jetzig.dev" },
66 .subject = "Message from Jetzig website" ,
77 .to = &.{.{ .email = "hello@jetzig.dev" }},
88};
You can’t perform that action at this time.
0 commit comments