Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

The syntax Mailer.AddRecipient = “name”, “name@address.net” and Mailer.AddRecipient = “name@address.net” both return a VBScript error. Whats wrong?

Error Return syntax vbscript wrong
0
Posted

The syntax Mailer.AddRecipient = “name”, “name@address.net” and Mailer.AddRecipient = “name@address.net” both return a VBScript error. Whats wrong?

0

First off, remove the = sign. AddRecipient sounds like and is actually a method, not a property. Also AddRecipient takes two parameters. See AddRecipient in the methods listing for details.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123