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 Rhinorhino 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.
Joined
May 31, 2000
Messages
34
Location
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.

Similar threads

Part and Inventory Search

Sponsor

Back
Top