Assignment 403 -- Error says no e-mail entered, but e-mail correctly sent anyway

Hi,

While my automation for assignment 403 was running, the debug log displayed the following error:

Tue Dec 11 10:04:40.697 EST 2018 – Assembly [Action #1 (Email - Custom version)] Module [Email #7] appModules.J_moduleException: Module Configuration Error: The to e-mail address must be entered.
at appModules.J_d9333f8bba89460982ea58aa116c1750._invoke(J_d9333f8bba89460982ea58aa116c1750.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at appRPC.ThreadModuleExec.run(ThreadModuleExec.java:74)

The Email action in the automation editor already seems to have my connected email address selected for use, though, and I did actually get an e-mail. So I think that’s weird.

Thanks,
Ben

You are not using your version of the email action, you are using another developer’s and his version is not built correctly:

Got it – thanks! :smiley: