Question about sending auto email

Hello,

I checked the auto sending email process, which works fine for me, but I am trying to achieve the following.
I want to create a button (send email) to invoke the sending email process when pressed.

Can anyone please help?

Regards,

LS

Hi @LloydS,
It seems that you have already followed the Email Sending Guide, right?

You just need to call the same service method (processQueuedEmails() - cuba_Emailer Bean) in your controller. If you want to call it from a browse screen, you can create a Declarative Action (search for onSayHelloActionPerformed), for example.

Regards,
Peterson.

1 Like

Thanks Peterson,

It works.

Regards,

LS

1 Like