Email validation

For the sequence that I wish to load test a verification email is sent out with a link that I need to follow in order to be able to continue.

What is the best practice for getting around this?
or is there a way to receive emails with gatling?

Hi,

You probably have to use a POP or IMAP client, and loop and poll until you get the expected message.
Write an exec(function) or a custom action.