AcctionMailer templates

Is posible to use helpers in ActionMailer templates???

When I do:

<%= link to ‘my link’, :action=>‘someaction’%>

in the mail template, I get the following error on the browser:

undefined method `url_for’ for #AdminMailer:0x8ebdfcc

Thanks.