We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c145adb commit ca46cf4Copy full SHA for ca46cf4
README.md
@@ -6,7 +6,7 @@ I'll show you how to
6
<ul>
7
<li>integrate the Mandrill API</li>
8
<li>how to send mail with the Mandrill API</li>
9
- <li>and some quick advanced features in the mandrill API</li>
+ <li>(COMING SOON)and some quick advanced features in the mandrill API</li>
10
11
<li>How to send with multiple users in To and other fields</li>
12
<li>How to suppress users from the To field</li>
mandrill-tutorial.rb
@@ -4,5 +4,5 @@
4
require 'sinatra/reloader'
5
get '/' do
- 'Welcome to your Penpal app!'
+ 'Welcome to your Mail Sender app!'
end
0 commit comments