Send Greeting Card to the Recipients
If you have the contact’s information including everyone’s date of birth in G-Lock EasyMail address book, wouldn’t it be nice to send a greeting card to them on everyone’s birthday?
You can setup a custom filter that will select the recipients whose birthday date is today and a scheduler that will send a greeting card to the selected recipients.
Just follow these simple steps:
Create your greeting card in G-Lock EasyMail and click Send
Select the sending mode – “Send message using scheduler”
Check “Daily”
Click on the “Set Filter” button
Click on the “Custom Filter” tab
Check the “Use custom filter” option and paste the code below:
Where (Day(BirthDay) = Day(NOW)) and (Month(BirthDay) = Month(NOW))
Click OK to save the filter.
Then click OK on the Send Message window to send the email.
The email will be moved to the Scheduler folder. You can find it under Scheduler at the program left pane.
The scheduler will trigger the email every day and if the date of birthday of any recipients is today, the greeting card will be sent to those recipients.