Sam Laundon Posted October 16, 2002 Posted October 16, 2002 When a client submits an order through the web database I have created a redirect page that then sends an email to them to confirm their order. This is what I am using: URL=FMPro?-db=aureal.fp3&-lay=cgi&-format=reply.htm&-mailto=[FMP-field:Email]&[email protected]&-mailsub=Thanks&-mailhost=smtp.yourhost.com&-mailformat=mail.txt&-recid=[FMP-Currentrecid]&-Find" I would also like to get the email confirmation sent to my email so I will know that an order has been placed without having to check FileMaker. I tried this but it did not work: -mailto=[FMP-field:Email], [email protected] Is there a way to send two email messages? One to the client and one to me. Thanks in advance for your help
VoidState Posted October 16, 2002 Posted October 16, 2002 try putting your email as carbob copy ie. -mailto=[FMP-field:Email],[email protected] VS
Sam Laundon Posted October 16, 2002 Author Posted October 16, 2002 Thanks for your help. That did the trick except it has to be entered this way for it to work: -mailto=[FMP-field:email]& [email protected]&
Vaughan Posted October 17, 2002 Posted October 17, 2002 You can send to more than one recipient by adding more -mailto tags, one for each address.
Recommended Posts
This topic is 8143 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 accountSign in
Already have an account? Sign in here.
Sign In Now