Error sending a message

HI

I’m trying to implemet the mail library and I follow this documentation
http://xp.readthedocs.org/en/latest/reference/libraries/mail/index.html
http://xp.readthedocs.org/en/latest/reference/libraries/mail/api/send.html

However when I’m going to send the email I get this error:

10:21:34.712 ERROR c.e.x.p.i.e.PortalExceptionMapper - com/enonic/xp/mail/MailMessage
java.lang.NoClassDefFoundError: com/enonic/xp/mail/MailMessage

I’m not sure what is the error because I set the dependences and I configure the “com.enonic.xp.mail.cfg” file

Thank you for your help

Are you sure that you have XP version 6.1.1 and have the library included in the dependencies section of the build.gradle file?

dependencies {
    ...
    include 'com.enonic.xp:lib-mail:6.1.1'
}
1 Like

Hi Michael

I update the enonic cms to 6.1.1 and it works. Thank you for your help

1 Like