Topic by Douglas Cahill
I'm looking for a way to send an email through an add-in. My need is to send emails to select people whenever certain data on a Task changes.
Is there a way to send the email through the API or will we have to send it through our servers? Does RNT have an SMTP server that I could use?
I've looked at MailingSendToContact() but it doesn't seem to have what I need. I just want to create a simple email and send it out.