i am attempting to use a form on the web that would send an email. I know that i have used the @mailsend command previously, but now i am unable to do so. How do i create a webpage that would have a button to send an email? Thanks!
Subject: Webpage @mailsend
Mcleon,
Check the designer help database. There’s a wealth of information there on this topic.
There are some limitations with the @MailSend and the web due to the security schema. It should work though.
Marcus
Subject: RE: Webpage @mailsend
The best way to send mail on web is Agent so write the agent and call this agent on click of button.
Subject: RE: Webpage @mailsend
I have looked in the developer help and done what it says. I currently have the @mailsend command in an agent called mailer. In my form I have a button with the following command:
@Command([RunAgent];“mailer”);
I get no errors, but also do not get an email. I have also tried saving the form before and after the runAgent command with the following command:
@Command([FileSave]);
I still can’t get it to work, any ideas would be appreciated!