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.
3 posts Page 1 of 1

Atpa_Ken

Posts: 5
Joined: Wed Jun 04, 2014 6:31 pm

Post by Atpa_Ken » Thu Apr 23, 2015 6:06 pm
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

Support Specialist
Posts: 590
Joined: Tue Jul 17, 2012 2:12 pm
Location: Phoenix, AZ

Post by Support_Rick » Fri Apr 24, 2015 2:50 pm
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

Posts: 5
Joined: Wed Jun 04, 2014 6:31 pm

Post by Atpa_Ken » Fri Apr 24, 2015 6:52 pm
I think that was the clue I needed to put me on the right track.

Thanks!
Ken.
3 posts Page 1 of 1