Skip to content

Automated secure email transmission

Post any question you may have in regards to GoAnywhere Services and let our talented support staff and other users assist you.
  • Atpa_Ken Offline
  • Posts: 5
  • Joined: Wed Jun 04, 2014 6:31 pm

Automated secure email transmission

Post by Atpa_Ken »

I see how a secure email can be sent via the web client by an appropriately authorized web user. Is there any way to automate the process of sending a secure email with attachments of sensitive data directly in GoAnywhere (Services and/or Director) as if the web user had done it manually? Essentially, I need to attach files that have been uploaded into the GaA Services environment to an email and send it securely to an external email address. Your help and guidance is much appreciated.

Thanks,
Ken.
  • Support_Rick Offline
  • Support Specialist
  • Posts: 590
  • Joined: Tue Jul 17, 2012 2:12 pm
  • Location: Phoenix, AZ
  • Contact:

Re: Automated secure email transmission

Post by Support_Rick »

GAD has a Resource called GHTTPS. This is an HTTPS connection to your GAS installation.

Upon receipt of a file (however it's uploaded) it's easy to trigger a GAD Project to process that file. That GAD Project could include a GHTTPS task that makes a connection back to GAS, then sends the attached file out via Secure Mail ... instigated by the GAD Project automatically.

In pseudo terms ...

Code: Select all

SFTP(Put) -> GAS
GAS(Trigger) -> GAD
GAD(Project) -> GHTTPS(Task) -> GAS
GAS(Secure Mail) -> External Email
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696
  • Atpa_Ken Offline
  • Posts: 5
  • Joined: Wed Jun 04, 2014 6:31 pm

Re: Automated secure email transmission

Post by Atpa_Ken »

I think that was the clue I needed to put me on the right track.

Thanks!
Ken.
Post Reply