Is there a way I can pull from my contact list and create mailing labels for postcards?
Dear Rebecca,
Write to me at viktom3@gmail.com . I will help you
Working with multiple mail out campaigns, I have experience in creating mail merges as well. SuiteCRM is really good for this; especially if you can import the data to the DB automatically without having to enter it manually, and then simply create your mail merge.
I would love to assist with this as well to sharpnet my skills. Let me know the current procedure being implement and I’ll give some suggestions, regardless, that may help. The most important rule to remember is not to duplicate efforts.
$a = select * from contacts where city = ‘Oklahoma City’;
echo $a[1]; echo $a[2], etc.
Is a short way to do it with code from a database placing the elements where you want them precisely.
Good luck.