I am getting the Following error while using IAgilesession.sendmail method
public static void doAction(IAgileSession session) throws APIException, IOException {
IUser user = session.getCurrentUser();
System.out.println(user);
IUser[] sendTo = new IUser[] { user };
session.sendMail(sendTo,”Hello”);
}
rchinnia
Hello
Can you please share the error details?
– Raj