Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
I believe the best way for sending an email would be submitting the data to a form on your web server, process / parse the information, and once validated, the script would send it to the SMTP server (usually on the same IP address). Trying to communicate directly with an SMTP server from a consumer DSL/cable IP address may very likely fail, as many servers reject direct connections (unless first a POP3 operation succeeded, etc.). If you still want to try, a plugin was developed in the past, but I don't know if it works or if it is still available.
I believe the best way for sending an email would be submitting the data to a form on your web server, process / parse the information, and once validated, the script would send it to the SMTP server (usually on the same IP address). Trying to communicate directly with an SMTP server from a consumer DSL/cable IP address may very likely fail, as many servers reject direct connections (unless first a POP3 operation succeeded, etc.). If you still want to try, a plugin was developed in the past, but I don't know if it works or if it is still available.
Action plugins developed for AutoPlay Media Studio 8 should work with Setup Factory 9 and vice-versa.
Ulrich
Update: The SMTP plugin linked above does not load successfully into Setup Factory 9.5.0.0. The author may have made a mistake, or it was coded this way on purpose. Who knows.
Comment