from "from@example.com"
to "to@example.com"
subject "Test message"
- date Time.now
+ date Time.now.utc
content_type "text/plain; charset=utf-8"
body "This is a test & a message"
end
from "from@example.com"
to "to@example.com"
subject "Test message"
- date Time.now
+ date Time.now.utc
content_type "text/html; charset=utf-8"
body "<p>This is a <b>test</b> & a message</p>"
end
from "from@example.com"
to "to@example.com"
subject "Test message"
- date Time.now
+ date Time.now.utc
text_part do
content_type "text/plain; charset=utf-8"
from "from@example.com"
to "to@example.com"
subject "Test message"
- date Time.now
+ date Time.now.utc
html_part do
content_type "text/html; charset=utf-8"
from "from@example.com"
to "to@example.com"
subject "[OpenStreetMap] Test message"
- date Time.now
+ date Time.now.utc
content_type "text/plain; charset=utf-8"
body "This is a test & a message"
end