Hi,
I have a website where I have put a subscriber page. And subscribers details like email and name is stored in mysql DB.
Question- I want to trigger a mail to all the subscribers when admin creates a new blog.
My Solution- I have fetch all the email ids from DB and loop it to send the mail to each subscriber.
Issue- Mail is triggering to only 1st email id. For others it is not triggering.
I have a website where I have put a subscriber page. And subscribers details like email and name is stored in mysql DB.
Question- I want to trigger a mail to all the subscribers when admin creates a new blog.
My Solution- I have fetch all the email ids from DB and loop it to send the mail to each subscriber.
Issue- Mail is triggering to only 1st email id. For others it is not triggering.
Comment