Error with ServerConnect mailer

Hi, I’ve followed these instructions: https://docs.wappler.io/t/sending-form-data-to-email/2858

But every time, regardless of Server Default SMTP or specifying a mailgun SMTP host I get this error:
{status: “500”, message: “Cannot set property ‘mail1’ of undefined”,…}
message: “Cannot set property ‘mail1’ of undefined”
stack: “TypeError: Cannot set property ‘mail1’ of undefined↵ at App.setMailer (/opt/node_app/lib/core/app.js:78:32)↵ at App.setup (/opt/node_app/lib/modules/mail.js:12:14)↵ at App._exec (/opt/node_app/lib/core/app.js:224:57)↵ at App._exec (/opt/node_app/lib/core/app.js:206:28)↵ at processTicksAndRejections (internal/process/task_queues.js:97:5)↵ at async App.exec (/opt/node_app/lib/core/app.js:177:9)↵ at async App.define (/opt/node_app/lib/core/app.js:160:9)”
status: “500”

Any idea what this error message means?

Hi, I get the same error, regards,

This is a known issue with NodeJS and it will be fixed in the next update.

Place following file in lib/core.

app.zip (2.4 KB)

This is fixed in Wappler 3.0.2

This topic was automatically closed after 2 days. New replies are no longer allowed.