As a design agency, we can help with promoting your products or services via email, which can be a powerful and flexible form of direct marketing.
Promoting your products or services by email can be a powerful and flexible form of direct marketing. Through email, you can communicate your messages more quickly and cost-effectively than using paper-based marketing.
You can tailor your message to specific types of customer. You can also build customer relationships and acquire new customers through relevant, well targeted emails that interest recipients.
Email marketing is more successful if it focuses on people you know are interested in what you're offering. So for example, if you're running a special offer on catering equipment, it will be more effective if you promote it only to people responsible for buying catering equipment.
People are easily annoyed when they receive an email that's irrelevant to them, and they're likely to delete unsolicited messages.
However, an email to an existing customer or contact, who has agreed to receive marketing from you about products or services, may well be valuable to them. Even if they don't buy from you immediately, they may do so in the future.
Keeping it relevant
If you have got a large database of customers and potential customers for your email marketing campaign, it's worth analysing what you know about them, so you can send a more relevant message.
Dashboard
Overview for managing campaigns
Create Campaigns
Create unique campaigns with selected subscriber lists
Manage Subscribers
Keep subscriber lists up to date with easy management tools
Reporting Statistics
- Where did the email go?
- Who opened it?
- Who clicked through?
Campaign Overview
- Opened Emails
- Bounced Emails
- Unopened Emails
Quick Overview
Our reporting overview can be easily digested in seconds.
Double Bounce-Back
Who opened the email? Create a sales call list or send another offer.
What was clicked?
What offers generated interest? Which offers could be improved?
Locations
Where were offers popular? Create offers targeted by region.
Submit Brief
"; $message .= "From:
"; $message .= "$bri->cont_name at $bri->comp_name
"; $message .= "$bri->phone
$bri->email
"; $message .= "Required by: $bri->date
"; $message .= nl2br($bri->brief); $message .= "
"; $message .= ( $bri->upload == "yes" ? "Client has files to upload to server." : "Client has no files to upload." ); // send email mail($mailto, $mailsub, $message, $mailhead); // if files, create username (email) and password (think about this) if ($bri->upload == 'yes') { $firsthalf = substr($bri->email, 0, 5); $secondhalf = (strtotime("now")) + (60 * 60 * 48); $toenc = $firsthalf."!".$secondhalf; $enc = base64_encode($firsthalf."!".$secondhalf); $fmailto = $bri->email; $fmailsub = "Uploading Files to Remedy Media"; $fmailhead = "From: Remedy Media
Thank you for your submission. Please follow the instructions below to upload files to Remedy Media.
Upload your files at: www.remedymedia.co.uk/upload.php"; $fmessage .= "
Username: $bri->email
"; $fmessage .= "Password: ".substr($enc, 0, -2); $fmessage .= "
This username and password combination will only be valid for 48 hours. If you can't upload your files within this time, please email us at help@remedymedia.co.uk."; // send email to client mail($fmailto, $fmailsub, $fmessage, $fmailhead); }; /*Thanks for your details, you can now start uploading your files. We have sent you an email, please follow to retrieve your log in and password details. We will endevour to get back with you within 4 working hours. Thanks!*/ echo "
We have sent you an email with your username and password details to upload your files.
Thanks!
Thanks!
Verification incorrect; please try again
Contact Us
"; $message .= "From:
"; $message .= "$bri->contact at $bri->company
"; $message .= "$bri->phone
$bri->email
"; $message .= nl2br($bri->message); $message .= "
"; // send email mail($mailto, $mailsub, $message, $mailhead); // if files, create username (email) and password (think about this) echo "
Verification incorrect; please try again