what software can i use for adding commas in between email addresses in a mailing list?
i have a mailing list and my website wont import them as they are not seperated by commas and there is way too many to do it manually, wondered if anyone knew any software that could extract the email address and save it again with commas in between?
i dont have excell and dont know how to use macro’s. what software?
Is there a blog widget that will help me to form a mailing list?
Some of my best customers would like to be added onto a mailing list and be updated when I have new products. I thought if I could find a tool for my blog that would allow people to automatically sign up for a mailing list it would be helpful. It would save me the time of collecting email addresses maybe and allow new viewers to sign up without me asking directly?
How to block people from emailing me?
In my GMAIL account, I need to block 2 email addresses from emailing me period. Is this possible, if so can someone please tell me how?
I don’t want to delete my account! I only want to block 2 people, not everyone!
Mass emailing ? not BCC’D ?
When emailing lots of people in your email address, Do you think about showing your friends email addresses to everyone?
I just get fed up of seeing so many email addresses in junk mail some of my friends send and wonder if mine is visible to everyone else too ! Maybe I might get hundreds of emails from strangers one day ??????? Am I just paranoid ?
How do i send php form to 2 email addresses?
Form code works well with one email address when sent…when trying to add a another email address it doesnt work.
mail(”example@mail.com”, “{$cleaned['subject']}”, $body, “From: {$cleaned['email']}”);
mail(”example@mail.com”, “{$cleaned['subject']}”, $body, “From: {$cleaned['email']}”);