Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 2404 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I've been using the demo version of 360works email plug-in. My solution has multiple accounts that need SMTP verifications (all Microsoft outlook accounts). I don't want to store the emails + passwords in my database, but because of the frequency for which these emails must be sent also don't want the user to have to enter their password in more than a few times a day.

 

Any suggestions?

Posted

Hi HannahT,

       You could store the password in a global variable. In a start up script, prompt the user for username and/or password for their email and store that information in global variable(s). You can then reference the variables in your script. This would mean users type their password in only once, not store sensitive information inside your database, and the variables are destroyed once the database is closed. 

  • 1 month later...
Posted

Ryan,

What constitutes closed?

What if the database is on a server?

Have you seen anybody work with a password manager and use an API to get the credentials?

Thanks

(Also, full disclosure. It's my solution Hannah's working on.)

Posted

When the file is local, globals will persist and not reset when the database is closed. However it is a hosted file, closing the database will reset global variables back to the value they were set at when the file was uploaded to the server.

I haven't seen a solution that uses a password manager and an API but as long as you can get the data into FileMaker and reference it in a script then it should work.

This topic is 2404 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.