5 Configure sendmail on xampp! Use any email account to send mail from Xampp!

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 215

  • @lifecheckbaliwag3398
    @lifecheckbaliwag3398 3 ปีที่แล้ว +1

    THANKYOU SO MUCH BROTHER!! IT WORKS!!!!! I can't express how much happy I am when I finally saw the result of my thesis project. After a half day of finding this kind of video, THANKYOUSOMUCH!!!

  • @azeemhussain1109
    @azeemhussain1109 4 ปีที่แล้ว +1

    after watching udemy lec from 5 days even unbale to send my msg from local host to email.
    Then I came to your video, and a very big thanks to you bro . I did same within 15 minutes. its working perfectly.
    Many many thanks to you bro.
    Btw one more subscriber have joined your channel. :-)

    • @long5603
      @long5603 4 ปีที่แล้ว

      where did you base your SMTP Port?

  • @eleanorcarl2056
    @eleanorcarl2056 5 ปีที่แล้ว +9

    What to do if google mail is blocking your incoming mail,' it isn't from a trusted platform? There are no google settings to change on the email side. * Critical security alert! Sign-in attempt was blocked *

    • @allyjohn3656
      @allyjohn3656 4 ปีที่แล้ว +1

      from the mail google has sent for you, click the check activity button and go for Allow less secure apps: ON, once u made it on access will be allowed

  • @kirthikopalle
    @kirthikopalle 3 ปีที่แล้ว +1

    all the videos ive seen till now this is the best one out of all...lot of explaining done which was was very useful for understanding what to do..10/10

  • @martymcmillan22
    @martymcmillan22 6 ปีที่แล้ว +1

    It worked for me after i adjusted my email security(temporarily of course). I went to my spam and saw a security alert. I then followed link to adjust. Thanks for help!

    • @Ghost-eo5yu
      @Ghost-eo5yu 5 ปีที่แล้ว

      sir , how do you do that?

  • @heal584
    @heal584 ปีที่แล้ว +1

    I did this , and it shows that my email is sent but I'm not receiving the email. What will I do?

  • @chaithrag802
    @chaithrag802 4 ปีที่แล้ว

    Thanks a lot Bro for this video. I was trying to execute this function from 2 days and saw lots of video.. But couldn't find the right method. This is the best video. thank you once again..

  • @desmondnkwain9882
    @desmondnkwain9882 5 ปีที่แล้ว +1

    Thanks,after changing the smtp port to 465, everythx went perfectly

  • @angonabiswas4664
    @angonabiswas4664 5 ปีที่แล้ว +1

    Before the xampp setting there was showing error. but now error or warning is not showing but mail does'n come yet.

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      You can try changing the SMTP port to 465. If it doesn't work try 587.

  • @sumangalidigitals5514
    @sumangalidigitals5514 4 ปีที่แล้ว

    Fantastic. Its working with port 465 for me. It blocked from google initially but i changed the settings to allow from low apps.

  • @fayaazmohamed7320
    @fayaazmohamed7320 3 ปีที่แล้ว

    Thank you for the video bro ,i have refered to many videos and tutorial nothing helped me out only your video helped me
    thanks a lot

    • @mohammedhusain6446
      @mohammedhusain6446 3 ปีที่แล้ว

      6:29 where we can write our password here? Plz tell me ..my mail function show no errors but dont send mail eighter

  • @krupeshkd2565
    @krupeshkd2565 ปีที่แล้ว

    Nice work bro🤙🤙
    Thank you

  • @SAFEDRIVEIND
    @SAFEDRIVEIND 4 ปีที่แล้ว

    Brother I got successful sent information but email is not arriving in mailbox even though checked in spam and turned on LESS SECURE APP so what might be the issue??

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      th-cam.com/video/L5uCc8Hab-I/w-d-xo.html
      Please watch this updated video.

  • @sayandhara962
    @sayandhara962 4 ปีที่แล้ว +1

    nice tutorial... make more videos in php topic like how to secure php based websites etc... that will helpful to us..

  • @zansiviradiya5387
    @zansiviradiya5387 2 ปีที่แล้ว

    Email has been send successfully. But not show in my inbox. I was changed all of the setting

  • @1112GT
    @1112GT 5 ปีที่แล้ว +1

    Thanks, the solution is straightforward. However, before the xampp setting suggested, it was showing error. but now error or warning but mail is not sent. I waited for more than a day, restarted xampp and rechecked the codes you recommended. Please help. The localhost/checkingmail.php is blank and no e mail as well as been triggered.

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      You can try changing the SMTP port to 465. If it doesn't work try 587.

  • @mindydean7790
    @mindydean7790 3 ปีที่แล้ว

    what's the difference in using a mass envoy program to use this?

  • @VisualArts007
    @VisualArts007 4 ปีที่แล้ว

    so finally worked after this tutorial..........thanks man

  • @saurabh7794
    @saurabh7794 4 ปีที่แล้ว

    I used the same procedure but didn't succeed. There is neither any error nor mail sent.

  • @karishmabhoir6715
    @karishmabhoir6715 5 ปีที่แล้ว +1

    Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\email_verification\checkmail.php on line 5 error. plz help

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Check the entries in mail function in php.ini file

  • @nightowlegg3932
    @nightowlegg3932 5 ปีที่แล้ว

    Hello! I kind of need some help. Mine says that it worked, but nothing actually sent. What should I do? To test, I added this below the mail function:
    if (mail($rec, $sub, $msg))
    {
    echo "Message accepted";
    }
    else{
    echo "Error: Message not accepted";
    }
    It will say that the message was accepted, but nothing actually happened. I checked the spam folder as well and nothing is there either.

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      May be something wrong from email service side.

  • @bicavalgyalvesdesousa2526
    @bicavalgyalvesdesousa2526 3 ปีที่แล้ว

    I can't see c:\\xampp\sendmail directory how can I get it?

  • @allenjoshua7692
    @allenjoshua7692 2 ปีที่แล้ว

    thank you so much!! very easy to follow and worked on my first try!

  • @priyapogula6715
    @priyapogula6715 4 ปีที่แล้ว

    sir
    how to send mail's for multiple users with different content, like each person data which is stored in xampp should be sent to their mail's using php?

  • @prakashboul8812
    @prakashboul8812 3 ปีที่แล้ว

    Thank you bro ur video is very help full

  • @samuelmuriuki6584
    @samuelmuriuki6584 5 ปีที่แล้ว

    Thanks a lot. I have watched watched my videos on this top but this one is superb. Thank you very much

    • @samuelmuriuki6584
      @samuelmuriuki6584 5 ปีที่แล้ว

      Hello there. I think i have another problem i hope you have a solution. Yesterday after I did perfectly the same as it is in you video and actually it worked. But today i have tried to send email but it seems not to work and all my files are just the same as they were when i was sending yesterday.When i check the error.log file i says 'Connection Closed Gracefully'. Please help if you have any solution

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Run apache as administrator. If that dosen't work. Then in sendmail.ini file change smtp_ssl = auto to "ssl" or "tls" or "none" according to server. But dont use "smtp_ssl=auto".
      Let me know if it works.

  • @saeedalshahranii7221
    @saeedalshahranii7221 4 ปีที่แล้ว

    The email was sent but unfortunately, Gmail blocked it so no mail came in the box. It says Sign-in attempt was blocked.

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      See this update method th-cam.com/video/L5uCc8Hab-I/w-d-xo.html

  • @allyjohn3656
    @allyjohn3656 4 ปีที่แล้ว

    good, it's helpful broo, it has worked for me. appreciate

  • @panosalexopoulos1491
    @panosalexopoulos1491 4 ปีที่แล้ว

    i try to do that .. but didt work
    my windows is 64bits ... its thar a problem?

  • @rii3534
    @rii3534 2 ปีที่แล้ว

    why on my laptop there is no sendmail file?

  • @yasheshpatel3605
    @yasheshpatel3605 5 ปีที่แล้ว

    Username and Password not accepted. i have an error this. I have enter right credential but i have an error on this Username and Password not accepted

  • @kurapatiakhilkumar5314
    @kurapatiakhilkumar5314 4 ปีที่แล้ว

    should we install fake send mail? when installing xampp

  • @seejansunar
    @seejansunar 5 ปีที่แล้ว

    Warning: mail(): SMTP server response: 530 5.7.0 Must issue a STARTTLS command first. b23sm8676089pfo.62 - gsmtp in C:\xampp\htdocs
    egistration\sending_mail.php on line 9
    Email sending failed...
    How to solve this particular problem?

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      Please try changing port to 465

  • @bhagabatiprasad2612
    @bhagabatiprasad2612 5 ปีที่แล้ว

    Thank you bro. It worked. It helped me a lot.

  • @jayvardhanjagarwal8973
    @jayvardhanjagarwal8973 5 ปีที่แล้ว

    Sir... Jab mail send karta h to send mail successful to likha aata h but recipient email par mail nhi aata..

    • @jayvardhanjagarwal8973
      @jayvardhanjagarwal8973 5 ปีที่แล้ว

      Pta nhi sir kya problem h

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      You can try changing the SMTP port to 465. If it doesn't work try 587.

  • @oumaimasouid1055
    @oumaimasouid1055 4 ปีที่แล้ว

    i didn't find the folder sendmail in folder xampp
    what can i do ? help me please

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      That's wierd, did you install all the components during xampp installation?

  • @felmetaabate7484
    @felmetaabate7484 5 ปีที่แล้ว

    sir didnot send the email,
    i use some if else condition for success .
    here is my code:
    if(mail($rec,$sub,$msg))
    {
    echo "success";
    }
    else
    {
    echo "fail";
    }
    i did all what you do ...pls help

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Is it working without if else

    • @felmetaabate7484
      @felmetaabate7484 5 ปีที่แล้ว

      is not working.......i think SMTP protocol is blocked in our university, how can i correct

  • @xenoeovo649
    @xenoeovo649 6 ปีที่แล้ว +1

    Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\checkmail.php on line 8

    • @DevAnsab
      @DevAnsab  6 ปีที่แล้ว

      I think there is something wrong with your smtp settings.
      If you are using gmail then use smtp.gmail.com in smtp setting on both files.

    • @xenoeovo649
      @xenoeovo649 6 ปีที่แล้ว +2

      Never mind it's working. Appears i didn't restart my XAMPP.
      Thank you very much. You just saved me my job!

    • @DevAnsab
      @DevAnsab  6 ปีที่แล้ว

      Welcome 😆

    • @fataidea135
      @fataidea135 5 ปีที่แล้ว

      Thats the error am also having here, pls how can i resolve it ??

    • @eleanorcarl2056
      @eleanorcarl2056 5 ปีที่แล้ว

      I also reset my xampp and it worked, I also made sure that it was administrator mode. Also careful that you don't disable or any doubled up contradicted code.

  • @anggaekapurnama9957
    @anggaekapurnama9957 4 ปีที่แล้ว

    Thank you, very much. I have been solved my problem with this video

  • @n0wa979
    @n0wa979 4 ปีที่แล้ว

    You saved my school project

  • @PradeepYadav1991
    @PradeepYadav1991 3 ปีที่แล้ว

    10/10 Keep up the good work!

  • @richardnwachukwu187
    @richardnwachukwu187 5 ปีที่แล้ว +1

    i didn't recieve mail, what could be the cause

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      You can try changing the SMTP port to 465. If it doesn't work try 587.

  • @shroob731
    @shroob731 2 ปีที่แล้ว

    Got me working! Thanks!

  • @karthickramkrish6548
    @karthickramkrish6548 4 ปีที่แล้ว

    Thanks much dude....its working😻

  • @deepanshugarg3139
    @deepanshugarg3139 6 ปีที่แล้ว

    Hey hii
    bro I am not able to send the mail. I have done the exact same thing as you have mentioned. Kindly help me.I have installed Xampp in my E drive.

    • @DevAnsab
      @DevAnsab  6 ปีที่แล้ว

      So as you have xampp in E drive make sur you write path everywhere in code as of your e drive. Also make sure you are copying the exact code and smtp porta and exact syntax. If still its not working then write the error code. Good luck.

  • @kritiseth2343
    @kritiseth2343 5 ปีที่แล้ว

    but i dont have a send mail folder in my xampp folder.What to do??

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      I think you need to uninstall xampp completely and then reinstall it. I think your installation was not properly done.

  • @albanbardhi4906
    @albanbardhi4906 4 ปีที่แล้ว

    Have need to seto our email adress to .ini files?

  • @sunithasaripudi3020
    @sunithasaripudi3020 6 ปีที่แล้ว

    Mail code is successful but didn't get any mail what is the problem

    • @DevAnsab
      @DevAnsab  6 ปีที่แล้ว

      Are you getting some error code? Have you started apache? Is your webpage is loading?
      Please check the log file and see the error code.

  • @urvipatel5792
    @urvipatel5792 4 ปีที่แล้ว

    mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in
    how to solve this type of error

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      See the code of php.ini file in description section and set a valid email address in sendmail_from field.
      I think you didn't put your email id in sendmail_from field.

  • @kshirjamakar4285
    @kshirjamakar4285 5 ปีที่แล้ว

    this video helped me a lot ....... thank you so much

  • @calebgarmon1
    @calebgarmon1 5 ปีที่แล้ว

    Actually saved me so much time in configuring XAMPP for mail use. 10/10

    • @richardnwachukwu187
      @richardnwachukwu187 5 ปีที่แล้ว

      put me through i didnt get mail on my email acct

    • @albanbardhi4906
      @albanbardhi4906 4 ปีที่แล้ว

      @@richardnwachukwu187 and me too

  • @Ghost-eo5yu
    @Ghost-eo5yu 5 ปีที่แล้ว

    i do not get all message eventhough follow bit by bit, there is no error

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      May be you nee to do with google application password method. Generate your gmail application password and then use it place of original password.

  • @RCB971
    @RCB971 4 ปีที่แล้ว

    Sir i want to talk with u...i have a problem on php sending mail please help me

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      Please see the updated video, it will help you.

  • @wagdymohamed7362
    @wagdymohamed7362 4 ปีที่แล้ว

    Sendmail folder not exist in xampp directory.

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      Please check your Xampp installation.

  • @RCB971
    @RCB971 4 ปีที่แล้ว

    i have done all the things but still mail is not going

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      Try this th-cam.com/video/L5uCc8Hab-I/w-d-xo.html

  • @karmaindustrie
    @karmaindustrie 5 ปีที่แล้ว +1

    you forgot the php code in the video description

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Thanks will update it soon.

  • @vandhusriraja5809
    @vandhusriraja5809 5 ปีที่แล้ว

    Thanks alot bro...ITS WORKING

  • @renhaorh
    @renhaorh 4 ปีที่แล้ว

    thank you so much for this informative video

  • @ellybabun
    @ellybabun 3 ปีที่แล้ว

    it works! thank you so much!

  • @1gurugraphics
    @1gurugraphics 2 ปีที่แล้ว

    Very good video

  • @happyy6826
    @happyy6826 3 ปีที่แล้ว

    Nice video! How is it that my Xampp doesn't have an sendmail.ini

    • @DevAnsab
      @DevAnsab  3 ปีที่แล้ว

      Have you installed all the components during installation?

    • @happyy6826
      @happyy6826 3 ปีที่แล้ว

      @@DevAnsab Oh I'm not too sure, how do I install the rest of the components?

  • @Exendes
    @Exendes 3 ปีที่แล้ว

    Can i do this in vscode? Thank you

    • @DevAnsab
      @DevAnsab  3 ปีที่แล้ว

      Yes, any text editor will work.

  • @m.prabhakaranam.prabha5305
    @m.prabhakaranam.prabha5305 4 ปีที่แล้ว

    this is my error
    : mail(): Bad Message Return Path in on line

  • @jeetbhatt5986
    @jeetbhatt5986 5 ปีที่แล้ว

    Thanks a lot bro.....
    You're great.

  • @EarnbyGameslover
    @EarnbyGameslover 5 ปีที่แล้ว

    sir i use your method but i does not send any mail

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Try changing SMTP port to 465

  • @blackshadow323
    @blackshadow323 5 ปีที่แล้ว

    I didnt become any error messages. But there are no emails on my account. I do it exactly like you

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Try using gmail application password. Search on Google for more.

  • @arpitadey3367
    @arpitadey3367 4 ปีที่แล้ว

    Sir can you help me ?
    It does not work with my xampp

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      Try this video th-cam.com/video/L5uCc8Hab-I/w-d-xo.html

  • @chaliemulu6483
    @chaliemulu6483 5 ปีที่แล้ว

    can this configuration work for java mail, how to send java mail from xampp

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Sorry man can't help with that 😔
      Thanks for watching this.

  • @alihaj6123
    @alihaj6123 ปีที่แล้ว

    it works , thank you

  • @FroilanQSulit
    @FroilanQSulit 4 ปีที่แล้ว

    Thanks a lot it really helpful

  • @panosalexopoulos1491
    @panosalexopoulos1491 4 ปีที่แล้ว

    i try to do that .. but didnt work

  • @waytovardhi1261
    @waytovardhi1261 4 ปีที่แล้ว

    I got the error that host not found
    How to solve it

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      Is you local host running? Is your apache service running? Please find your correct local host url, may be you have changed your port.
      Also, make sure you are using correct ports.

    • @waytovardhi1261
      @waytovardhi1261 4 ปีที่แล้ว

      My localhost and appache server is running
      I use port 587 and also try 465 but
      Till get host not found error

  • @jamesrobertsalud1443
    @jamesrobertsalud1443 5 ปีที่แล้ว

    Thank you very Much, It Works

    • @richardnwachukwu187
      @richardnwachukwu187 5 ปีที่แล้ว

      put me through i didnt get mail on my email acct

  • @anisfathima7185
    @anisfathima7185 4 ปีที่แล้ว

    It works.. Thank you.

  • @mokbulhussain9397
    @mokbulhussain9397 4 ปีที่แล้ว

    bai thank you.great tutorial

  • @mohammedirbaaz6942
    @mohammedirbaaz6942 5 ปีที่แล้ว

    Do not receiving email what can i do

    • @siriykeiceweb4125
      @siriykeiceweb4125 5 ปีที่แล้ว

      After all the settings, just make sure you restart your xampp. if not, it won't work.

    • @mihajloilic5836
      @mihajloilic5836 5 ปีที่แล้ว

      @@siriykeiceweb4125 I watched three tutorials and restarded xampp, no error in console.log but still didn't received email! :((
      Can't work anything I do ...

  • @YaaALI313
    @YaaALI313 4 ปีที่แล้ว

    nice job thanks!!!!!!!!!!!!!!!!!!

  • @saintilienwilson2386
    @saintilienwilson2386 4 ปีที่แล้ว

    Good.. it's work correctly

  • @sarahcristina1720
    @sarahcristina1720 5 ปีที่แล้ว

    hey, how do i include this in my contact form?

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Hey thanks for asking. As i dont have much knowledge of HTML so i am sorry i can't help you with that.
      Thank for watching.

    • @Thaibxer21
      @Thaibxer21 5 ปีที่แล้ว

      make sure you give your inputs and submit button a "name = "someName". Then make some variables calling those elements in a .php file example "contact.php". Then add file name to " action = "contact.php" in your html file. There are tutorials online...

  • @mahdiceddo4205
    @mahdiceddo4205 4 ปีที่แล้ว

    I GOT THE PROBLEM !!! U HAVE TO COMMENT THE LINE WHiCH CONTAINTs extension=php_ftp.dll by using a ;

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      In which file?

  • @gilreandelar2507
    @gilreandelar2507 5 ปีที่แล้ว

    is this will work on xampp 1.6.5 ?

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว +1

      Yes it will work. Make sure you first revert all the changes to its original state if you have followed some other tutorial.

  • @kurapatiakhilkumar5314
    @kurapatiakhilkumar5314 4 ปีที่แล้ว

    bro i dont have any send mail folder

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      Did you install sendmail with xampp?

    • @kurapatiakhilkumar5314
      @kurapatiakhilkumar5314 4 ปีที่แล้ว

      @@DevAnsab how do i install it now?

    • @kurapatiakhilkumar5314
      @kurapatiakhilkumar5314 4 ปีที่แล้ว

      @@DevAnsab i think i installed only xampp

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      Install xampp again with all the components.

  • @aleensd6273
    @aleensd6273 5 ปีที่แล้ว

    It doesn't works as i follow step by step

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Set application password on your gmail.. It will give you a 16 digit password and use it here.. Google how to get application password in gmail

  • @santhiyamittal3652
    @santhiyamittal3652 5 ปีที่แล้ว

    bro mail should not be send to my mail

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Use application password feature in gmail. That should work.

  • @paulorellon2283
    @paulorellon2283 5 ปีที่แล้ว

    I think this only works for 32 bit OS

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      Mine was 64bit.
      I think there is some version issues

    • @DevAnsab
      @DevAnsab  5 ปีที่แล้ว

      You can try changing the SMTP port to 465. If it doesn't work try 587.

    • @paulorellon2283
      @paulorellon2283 5 ปีที่แล้ว

      sendmail built in function did not work for me even if I reformatted my laptop but phpmailer did.. sendmail worked on the other computer that I use which is win7 32-bit.. and also with win10 64-bit.. my Laptop's os is win8.1 64-bit.. I think the problem is with the os version

    • @kejiawu4996
      @kejiawu4996 4 ปีที่แล้ว

      @@paulorellon2283 Sorry facing the same problem like you. However I tried phpMailer in XAMPP as well. The error code reported me the server is not responding me (10060). Can you help me with that?

  • @abdullahmoamen9227
    @abdullahmoamen9227 4 ปีที่แล้ว +1

    big thanx buddy

  • @andrewdezan3675
    @andrewdezan3675 4 ปีที่แล้ว

    bro in all servers have "Connect timed out."

    • @jayashreesapaliga130
      @jayashreesapaliga130 4 ปีที่แล้ว +1

      I also had the same problem. I have tried all the methods. But the thing was Avast antivirus is blocking the mail. But after disabling Avast. The mail was sent successfully. Hope this can help someone.

  • @ShahzaibKhan-wh5hh
    @ShahzaibKhan-wh5hh 2 ปีที่แล้ว

    bro email not sent

  • @payalkothari4862
    @payalkothari4862 3 ปีที่แล้ว

    Thankuu so much...

  • @testing1343
    @testing1343 5 ปีที่แล้ว

    you are a genius

  • @tukuyoma
    @tukuyoma 4 ปีที่แล้ว

    thank you it helped

  • @amalchebri7726
    @amalchebri7726 4 ปีที่แล้ว

    tks for this video broo

  • @arunachalam7719
    @arunachalam7719 ปีที่แล้ว

    thank you so much

  • @javicov9118
    @javicov9118 4 ปีที่แล้ว

    THANK YOU BROOOOOOO !!

  • @thunderstack5365
    @thunderstack5365 4 ปีที่แล้ว

    It's not working for me

    • @DevAnsab
      @DevAnsab  4 ปีที่แล้ว

      Please watch the updated video th-cam.com/video/L5uCc8Hab-I/w-d-xo.html

  • @pranavlabdhe4657
    @pranavlabdhe4657 4 ปีที่แล้ว

    thanks man!!!

  • @adminadmin1428
    @adminadmin1428 3 ปีที่แล้ว

    pero envia masivos???? osea 10.000?

    • @DevAnsab
      @DevAnsab  3 ปีที่แล้ว

      English?

  • @karmaindustrie
    @karmaindustrie 5 ปีที่แล้ว

    what means "-t" ?

  • @Gabsz182
    @Gabsz182 5 ปีที่แล้ว

    Thank you bro!

    • @richardnwachukwu187
      @richardnwachukwu187 5 ปีที่แล้ว

      put me through i didnt get mail on my email acct

  • @mohammadkawach1715
    @mohammadkawach1715 2 ปีที่แล้ว

    thanks for your effort
    but it didn;t work for me