I seem to be having a few problems. I’ve added the cron, but still no emails are being received (although Boomerang tells me they’ve been sent) when sending to a mailing list. Also when I go to View Past it says ‘There has not been any trackable emails sent yet’ - is that because none have been received and opened?
Also, when creating emails from a template, this is getting added to my code:
<script type="text/javascript" src="/tinymce/tiny_mce.js" charset="utf-8"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.min.js"></script>
which I assume is to do with the WYSIWYG editor, but does that get sent out with the email?
And when sending a test email, {unsubscribe} isn’t converted into a link; is that the way it’s supposed to work?
Also, just a small UI comment: it might be good for the Create New link to go to a page like on the dashboard where you can choose to send from template, a blank email or a past email, rather than defaulting to sending a new blank email. It took me a little while to figure out when first clicking the link that the body of the email didn’t get automatically merged with the template (as it does if you use the Multiple Mailing List extension). And a link to the templates from the main nav would be good too, as if you’re editing templates, when you’ve made one edit, you have to return to the dashboard if you want to make any more edits to different templates.