06-04-2009, 08:06 PM
Hi,
I have created a custom email editing page that is separate from the PHP MLM Admin panel. I would like to use MLM to send a preview copy to me and then also to be able to send the mail to the list. I don't want to use my own mailer functions because they will not expand the %name%, etc variables.
So...
Given a form, filled out and ready to post with the right field names, are there MLM functions that I can call to do the following:
?
I have created a custom email editing page that is separate from the PHP MLM Admin panel. I would like to use MLM to send a preview copy to me and then also to be able to send the mail to the list. I don't want to use my own mailer functions because they will not expand the %name%, etc variables.
So...
Given a form, filled out and ready to post with the right field names, are there MLM functions that I can call to do the following:
- Send the preview email
- Send the finished email to the list
- Or even just parse the email messages and expand the variables
?