We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8816c52 + 7ed3715 commit aced56eCopy full SHA for aced56e
1 file changed
README.md
@@ -67,8 +67,8 @@ mailtrap send transactional \
67
mailtrap send transactional \
68
--from "App <noreply@yourdomain.com>" \
69
--to user@example.com \
70
- --subject "Welcome!" \
71
- --html "<h1>Welcome</h1>"
+ --subject 'Welcome!' \
+ --html '<h1>Welcome</h1>'
72
73
# Bulk
74
mailtrap send bulk \
@@ -107,7 +107,7 @@ mailtrap domains send-setup-instructions --id 123 --email "admin@yourdomain.com"
107
108
# Templates
109
mailtrap templates list
110
-mailtrap templates create --name "Welcome" --subject "Hello {{name}}" --body-html "<h1>Hi!</h1>"
+mailtrap templates create --name "Welcome" --subject "Hello {{name}}" --body-html '<h1>Hi!</h1>'
111
112
# Contacts
113
mailtrap contacts create --email "user@example.com" --first-name "John"
0 commit comments