mailgun icon indicating copy to clipboard operation
mailgun copied to clipboard

Readme problem

Open 0100Light opened this issue 9 years ago • 0 comments

image

The "#or alternatively:" part should be something like this: @mailgun = Mailgun(:domain => ENV['mg-domain'], :api_key => ENV['mg-api-key']) or @mailgun = Mailgun(:domain => 'your-domain', :api_key => 'your-api-key')

Otherwise will get error like this: untitled-1

Please consider editing the readme :)


Rails 4.2.1 using in integration with figaro

0100Light avatar Jul 31 '15 05:07 0100Light