Link to home
Start Free TrialLog in
Avatar of Jeff Volkhammer
Jeff VolkhammerFlag for United States of America

asked on

MailSend Isn't Working

Can anyone tell me why this MailSend Action formula isn't working?

There is an Owner field (populated by @Author) a Main field, and an Assigned field on the form.
=======================================================

FIELD First_notification := "Y";
NameList:= Assigned;Owner;
@Command([FileSave]);
@MailSend(NameList;"";"";"New Database Issue: " + Main; "Please review the attached Business issue.";"";"";[IncludeDoclink]);

@Command([FileCloseWindow])
ASKER CERTIFIED SOLUTION
Avatar of p_partha
p_partha

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of p_partha
p_partha

THx for the points.
What was the problem?

- Partha