What are the activities of FileZilla on XAMPP ?
I use XAMPP as localhost on my PC . I want to send email using localhost . But I can't send email through XAMPP . What are the activities of FileZilla on XAMPP ? Can you help me about these issues ?
I use XAMPP as localhost on my PC . I want to send email using localhost . But I can't send email through XAMPP . What are the activities of FileZilla on XAMPP ? Can you help me about these issues ?
First let's start with the easy part of your question , what does filezella in XAMPP? Actually the question is what is filezella, so if you know it  , you will know what it does. So filezilla is an FTP software, composed of both the client and server parts, which will allow you to transfer files from your local computer to a remote server and vice-versa, and that what it does within the XAMPP package.Â
Hello Siraz,
Note that windows does not have a mail server onboard and therefore to be able to send mail locally will need to install Mercury Mailserver which is not available in some versions of Xampp. Or you can go ahead and define a usable mailserver in the php.ini or you can just use the included send mail relay using a mailserver that need to be aunthenticated.
I hope that you're using XAMPP only as a testing environment and therefore the mail that you are trying to send should be only for testing. So what you will need to do is to use the sendmail and after that you will let it connect to the mailserver of your E-Mail provider, and then you will do the following:
Regards,
Carl