Archive

Posts Tagged ‘mail’

Grails: Morph-deploy and the Mail plugin

April 23rd, 2009 No comments

Ive just spent a few hours configuring the mail plugin and the morph-deploy plugin, based on the forum and blog posts around the net. Only to find out that there was no need.

The morph-deploy plugin version 0.1 along with Grails 1.1 and mail 0.5 works perfectly with Morph as far as I can see. The only issue is the _Events.Groovy file which I blogged about earlier.

Tags: , ,

Grails: Working with the mail plugin

April 23rd, 2009 No comments

I just started working with the mail plugin. The idea is to finish the user registration scenario that Ive been working on.

Now working with the mail plugin in development requires me to have a SMTP server running locally.

I’m not really Interested in a real one, instead I basically just want on that says these are all the mails sent to me.

What I found was Dumpster, a nice little library that allows you to set up a mock mail server. It’s designed to be run with unit tests, but its really easy to write up a server that runs in the command line, printing all the messages received by the server.

Tags: , ,