- How can I configure a mail task so that it sends an email to an certain addresss e.g. name@gmail.com? When I try to do it like it's shown in the video of the screencast (therefore I just set my private email address in the field for "To:"), it doesn't work and throws an exception.
- After the code for the unit test is generated, I'm not able to solve the dependencies (i've installed the Maven plugin M2E) because there's no element "Maven" in my context menue as shown in your video (see 2nd screenshot).
1) What exception is thrown when sending the email? Did you configure an exsting SMTP-server and is it's port accessible (not behind firewal etc.)
2) Might bee that you should "Enable Dependency Management" on your project (a small 'M' appears on the project icon) before you see the maven in 'run as'
Hi, Meanwhile, the problem with the webserver is solved (I just had not one installed 😉 )
But the problem with the "Enable Dependency Management" is still actual. As you can see from the screenshot of my context menue (right klick on my project folder) there's no small 'M'… Could anything not be installed or configured correctly?