Closed carlhoerberg closed 14 years ago
So that you don't have to specify the from and via options every time..
Pony.options = {:from => 'noreply@pony', :via => :smtp} Pony.mail(:to => 'me@pony') Pony.mail(:to => 'you@pony')
specs included
Thanks for the feedback! I fixed both the issues.
Carl,
That's great! I've merged your changes in master and pushed out Pony 1.1, thanks for you help!
So that you don't have to specify the from and via options every time..
Pony.options = {:from => 'noreply@pony', :via => :smtp} Pony.mail(:to => 'me@pony') Pony.mail(:to => 'you@pony')
specs included