Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Fix typos in Mailer Config #34

Merged
merged 1 commit into from
Sep 13, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/server/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Mailer.config({
from: 'John Doe <[email protected]',
replyTo: 'John Doe <[email protected]'
from: 'John Doe <[email protected]>',
replyTo: 'John Doe <[email protected]>'
});

Meteor.startup(function() {
Expand Down