Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MailSend

Status
Not open for further replies.
May 31, 2000
34
0
0
US
I would like to use the @MailSend command to send out an e-mail, but, I would like the Recipient to be a name pulled from another field in the form.
 
You have two options:

1. If you have fields in your form with the appropriate names for mailing (SendTo, Subject, Body, etc.) just put the recipient's name in the SendTo field and use @MailSend without parameters.

2. Use @MailSend with parameters and put the field name that contains the recipient's name in the first parameter, i.e., @MailSend( sendTo ; copyTo ; blindCopyTo ; subject ; remark ; bodyFields ; [ flags ] ) - just replace the generic parameters here with the actual field names from the form

Look at the Notes help for @MailSend - it is pretty straightforward
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top