How to use PHP mailer library to send bulk emails.

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 29

  • @rowlandgoddy-worlu3382
    @rowlandgoddy-worlu3382 Před 4 lety +1

    This is the best programming video tutorial I’ve watched all year. Very simple and direct.

  • @studychannel985
    @studychannel985 Před 7 lety +1

    Great Job I was looking for this script for over a year, Your Tutorial was excellent and easy to follow.

  • @111ark
    @111ark Před 5 lety

    Wow.
    Incredibly helpful. Thank you Tayyib
    .

  • @victorga74
    @victorga74 Před 4 lety

    Excellent and thanks for share it.
    Regards

  • @akinadejuwon6893
    @akinadejuwon6893 Před 7 lety +1

    Thanks a lot for this.. This is a very clear tutorial

    • @akinadejuwon6893
      @akinadejuwon6893 Před 7 lety

      Aaron Esteban what you can do is this...create a database for emails. then use a cron job on your to load your php file at a specified time everyday.

    • @akinadejuwon6893
      @akinadejuwon6893 Před 7 lety

      Aaron Esteban setting up a cron job is actually easy bro if you have cpanel installed on your server. In your cpanel dashboard, click on cron jobs and follow the instructions.

    • @akinadejuwon6893
      @akinadejuwon6893 Před 7 lety

      Aaron Esteban I use namecheap and I got a dedicated server. so I send about 2000 per hour.

    • @tayyiboladojayoutube7959
      @tayyiboladojayoutube7959  Před 7 lety

      Hi Aaron as suggested cron job is the option for you. There are plenty of libraries you can use for this

  • @kelelu
    @kelelu Před 4 lety

    Thanks man. Your code was really helpful

  • @RonzyEmpire
    @RonzyEmpire Před 7 lety +2

    i have database already in my site and members has joined with different emails how do i send emails to all of them at once?

  • @niwagabaoscar929
    @niwagabaoscar929 Před 3 lety

    Thank you. Has helped me

  • @ricardomordaunt1101
    @ricardomordaunt1101 Před 5 lety +1

    Thank you

  • @washingtonmbauya956
    @washingtonmbauya956 Před 2 lety

    That was a good tutorial there....may I have another video or sourcode where we can send order details as email with all items selected by the customer via email php mailer

  • @carloskoba9438
    @carloskoba9438 Před 3 lety

    Many thanks!!!👍

  • @JNET_Reloaded
    @JNET_Reloaded Před 3 lety

    Greate tut and thanks for the code, im redesigning a cronjob that emails upon xmas and new years and this yeah i eneded up with 42 emails i dont know if other members got there emails lol so im gna try using this sort of layout to test with to fix it lol. emails are stored in db aswell so this is simular, have you thought about doing this a tut?

  • @officeshongkong451
    @officeshongkong451 Před 3 lety

    grateful for information in the video. Thank you. I am wondering will the email send to the recipients in a secured format. Can anyone able to see my password and all the source pages etc. Pls advise. Many Thanks

  • @washingtonmbauya956
    @washingtonmbauya956 Před 2 lety

    Can we have a project where we send a customer all the information of items selected to buy as an email for confirmation

  • @amazon-genie-pakistan
    @amazon-genie-pakistan Před 5 lety

    Very Helpfull.... :)

  • @mazheradvise7916
    @mazheradvise7916 Před 2 měsíci

    But it is only sending few mails after some time we are getting timeout messages

  • @bithubsnetwork1583
    @bithubsnetwork1583 Před 4 lety

    thanks appreciate

  • @tubazo23
    @tubazo23 Před 2 lety

    Hello Sir, I use your code to build an emailer application but because there is a limit in my server execution time (180 sec) the script can't finish sending ALL the emails and it gets shut down by the server... my hosting company don't want to increase the time limit... do you know a way I can process sending the emails in batches that execute within this time limit (180 sec)? Thanks

  • @savvasmirazanasvili9770

    Page not found can you please send the source code epls

  • @JNET_Reloaded
    @JNET_Reloaded Před 3 lety

    i get error with your code so had to add line
    use PHPMailer\PHPMailer\PHPMailer;
    and now error gone about classess but i get a connect fail error now, any ideas? TroubleshootingMessage could NOT be sent.Mailer Error: SMTP connect() failed. github.com/PHPMailer/PHPMailer/wiki

  • @razaaraj
    @razaaraj Před 2 lety

    I cannot find source code

  • @imranawan656
    @imranawan656 Před 6 lety

    sir as you sad we can use wamp intead of web hosting ... but why you used smail.tayyiboladoja.com in your coding.....

    • @ValentinDragan
      @ValentinDragan Před 5 lety

      WAMP for PHP script, mail server for mail delivery.