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

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

Recommended Posts

Posted

I am trying to sent a simple email (just populate the address) from FM 5.5. My default client is Outlook. I have a button with the Send Mail (without dialog) script, but when i click it nothing happens. Outlook is open and running ok. I'm new to Windows, and am not sure if I need to configure Outlook. FM help gives this information,

A [Mail] section in the Win.ini file.

Microsoft Exchange or another email applications that is MAPI compliant installed and configured properly

I presume that Outlook fits these requirements?

Ger

Posted

Hi:

The Send Mail step uses your default email client. If it is outlook, the command should open a new e-mail if you don't have the body specified in your Send Mail dialog.

Outlook will need to be configured with your e-mail account settings (SMTP and such), and be connected to the Internet in order for the e-mail to be sent.

Ken

Posted

Thanks,

Outlook is working fine (configure as IMAP) and have no problems sending mail, etc., and have permanent internet access.

When I run the script

Send Mail [No Dialog,""]

nothing happens. I run the same script (database) on a Mac OSX, and everything works fine?

Ger

Posted

how about Open URL[]

URL being " mailto:[email protected]"

All the best!

<edit>

HINT (copy & paste into URL in browser to test):

mailto:[email protected]?subject="Your subject here"

think about separate fields that can be jooined into 1 and that field can be use to generate the full URL with the subject

---file.fp5--------

[item_ID]

[email protected]

[Joined_URL]="mailto:"& email &"?subject=About Item No"& Item_ID &" that you purchased from us"

--------------------

  • 4 weeks later...
  • Newbies
Posted

I tried this solution of the Open Url trick. It works.

But what i need is to attach my database runtime solution and automatically to send back to base. Any ideas?

Posted

I will create a test db and send mail with attachment. I'll bind a runtime and see if I have the same problem.

Perhaps the path to the attachment gets lost. Maybe it needs to go in the solution folder. Just a guess.

I'll let you know what happens

Ken

Posted

Ok, I tested it, and it worked fine for me.

However, the attached document was moved, then it wouldn't send. Makes sense. Since the path to a document may vary, try to put the attachment file in the solution folder (the one that has all the runtime files). Then reference that path in the send mail script. Then bind the runtime.

Try that.

This topic is 7778 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.