send from username

This commit is contained in:
2023-03-08 19:28:04 +11:00
parent 1853630102
commit e30f0df5e1

View File

@@ -29,7 +29,7 @@ module Adamantium
end
mail[:to] = @to
mail[:from] = @from
mail[:from] = @username
mail.deliver
end