Jump to content
Server Maintenance This Week. ×

anyone with experience with SMTPit


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

Recommended Posts

I'm using the demo version of SMTPit to send mail. When I try to pull the email address from a field (ironically, called "email_address), it doesn't actually pull it. It'll say that it's "cleared." If I use a static address it works fine. Any ideas on why that would happen?

The calculation is:

External("SMTP-ClearAll", "") & "

Link to comment
Share on other sites

Remember that External is a function that returns a result code. It sounds like you are confusing the result codes with the actual message. Assuming that you have a field called ResultCode, your script step would look like this:

code:


Set Field [ResultCode,

External("SMTP-ClearAll", "") & "
Link to comment
Share on other sites

Hi Carrie,

I'm sure you have checked this, but if you are executing this script from the web, you must make sure that you have specified a record from which the email-address is to be taken, or, if you are sending one of these to multiple project managers, that you have placed the code in an approriate loop.

I know this is not a demo issue. Also, I concur with Gary that the folks at SMTPit are extraordinarily generous with their support.

good luck

Link to comment
Share on other sites

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