I just downloaded the massmailer module, after tried several times I couldn't add a new message I reviewed the code and found something strange in massmailer.module file line 388
$content .= l(t('create new message'), 'node/add/mailer/send');
it should be
$content .= l(t('create new message'), 'node/add/massmailer/send');
I changed this and now is working.
Comments
Comment #1
crunchywelch commentedComment #2
(not verified) commented