36 comments found.
is it working because lots of complaint ?
yes sure it’s work on stmp server
this program should be the best, but not workingg on every smtp please anybody who have idea if there is configuration to
this no longer working
hi sir,Please use telnet to check whether your port 25 can connect!
the installation fail, keeps asking to install, why you didn’t made video for installation or guide?
What did you fail to install? The source code does not need any installation, you can run it directly through visual studio2022
I installed the visual studio 2019 as the instruction said, I used the EmailVerifierPro application, and keep asking me to download .net, let me install the visual studio 2022. I will keep you posted
I finish the visual studio 2022 and I still get same problem, I need to send you an image showing you what is the problem.
ok bro
how can I send it ?
you can send us telegram or whatsapp
do you have intall netcore 5.0?
+15156641424 whats app
yes I installed netcore 5.0
ok bro, we will reomote check it for you
i have an error : the SMTP service is not available
It wont open, keeps asking to install .NET even though i have, even restarted computer. Can you please explain how to fix.
hi bro, please check your development environment, visual studio2019 and net core 5.0
Is working? I see the comments there are a lot errors…. Is solved?
yes it’s work
Hi, is there a way to try the email verifyer pro before buying it?
Copy of our email verifier pro script title. Trying to market this script as Email Verifier Pro. Already several complaints sent to codecanyon regarding this. I am not sure why they are not taking actions on this. Get a job man.
https://codecanyon.net/item/email-verifier-pro-bulk-email-addresses-validation-mail-sender-email-lead-management-tool/24407503hi bro, I don’t understand what you mean! Two different names and different functions, what do you mean?
the program show me this error: A connection cannot be established since the destination computer expressly denied the connection. Please help me!
bro, please answer me from whatsapp, i need to fix the error.
useless tool, not working properly, waste of money
do you have a demo to test?
We have provided demo video for youtube
I’m intersted too, if this tools is able to verify Yahoo, Hotmail mails
It doesnt work with Yahoo. I would say also that is less accurate comparing with others(20%). From 200 emails that was invalid with this app, 45 emails was actually deliverable
In this tools able to verify “Yahoo, Hotmail, AOL, outlook” Please confirm me!!! I’m interested
yes any email
In this tools web version or Desktop version
hi author, i am facing the same issue marasim is facing, i have read the comments and no luck.
ok, i will check it
Please turn off the firewall and anti-virus software to see if it is successful!
The telnet common phrase detects whether a local port is open to the outside world, or (remote service) whether a port of the remote server can be connected. If telnet fails, consider whether this port is blocked by a firewall.
i have tried on newly formatted system with no antivirus and no firewall blocked, another email validator application is working properly
Okay, thank you for confirming the problem, please give a 5-star review
hi,bro, we need your 5-star review
i mean to say i have another validator that is working fine in same system but not this one is working
5 star is for sure, you developed very nice tool, every new tool has some bugs and issues at the very initial levels..
Because this verification is sent based on a TCP connection, anti-virus software and firewalls will affect it, and thank you very much for your evaluation
but the another software is on the same technique, and working fine for my computers, this one isn’t, i have disabled firewall and no antivirus is ever installed, still same issue…. Please resolve
any update on the issue ?
there are many reasons but the general solutions are: Run the program as administrator, Disable the firewall, open port 25, update your system! Of course I will increase the port occupancy check
The link for “telegram help group” that you have mentioned is not reachable. The code is giving an error for all the emails “The SMTP sservice is not available”, let me know how to get some initial support/direction to rectify the issue?
Please check whether the network is normal! You can try a few more times
let me reachout to you separately through support tab and not through the comment section
Is there any specific error?
The code is giving an error for all the emails “The SMTP sservice is not available”.
As per your suggestion 1) I tried running the program several times, however it didn’t help. 2) I have checked the internet and it is working perfectly at a speed of 200MBPS. 3) I have given my own email ids (gmail/yahoo and custom domain etc.) for verification to ensure email ids are valid; however the response is the same for all the email ids.
Can you send me your email list? Can i test it?
I can not send my email ids in public under comments section, however sending you separately through support tab.
After I tested it, everything was normal and all passed the verification
There is no problem in my test, So, I guess it is a problem with your network. You can import an email address and track it in the source code to see what the error is!
There is no other error except afforsaid error. As per your logic this condition will true “if (mxRecords.Count > 0)”, which is always returning “The SMTP service is not available” in my case.
I understand that the code might be running on your machine, which is the basic sanity test before putting your code on codecanyon for sale.
I am looking for some support to understand why code is not running on my machine. It looks like there might be version mismatch for the dotNET or some other dependent library which might be causing an error on my machine. I am having below setup: Microsoft Windows 11 Professional Visual Studio Professional 2019 .NET framework version 4.8.04161
Kind request: Kindly remove the above link for the screenshots that you have shared, as it still reflecting my identity.
Ok, I have deleted the picture, please set a breakpoint yourself to track the specific error on your machine! There is no problem with this condition, because the above delivery test cannot be delivered, even if it is greater than 0, it is useless
I tested it on another machine with windows 10 and a different network, however the same issue.
On debugging visual studio code, it is SMTP client timeout. As both EmailValidatorException.cs and SmtpClientTimeoutException are having empty functions, the parent function is exiting through “The SMTP service is not available”
If you have some time and willing to support, I can share my Anydesk ID to work with you to rectify the issue. It might be some specific issue, however I hope it will help other buyers as well.
If it is overtime, it means that the communication between your network and the server is too slow. Please set a larger timeout in the SmtpClient.cs file.
if (!tcpClient.ConnectAsync(this.host, this.port).Wait(5000))
Increasing timeout is not helping out, code is giving the timeout after given time. It is clear that code is not able to establish a TCP connection with given SMTP host/port. Let me know if you want to see the issue over Anydesk OR want me to share some more information.
If the TCP connection cannot be established, it can only indicate a network problem, whether you have set up a network proxy, etc., or it may be that the firewall of the machine is blocking the TCP.
As I mentioned above, network is working fine. I have tried the program with disabling antivirus as well as windows firewall, however no luck.
Despite trying on two different machines/OS/network, the script is not running for me as expected. Looking forward to have your support in debugging.
If it’s a TCP connection problem, it’s useless for me to debug
We don’t have a complete understanding of your code. From the debug seems to be SMTP timeout, however not sure about the root cause. Based on your prior experience and code knowledge, can you list out some checkpoints that we should follow to debug?
As your other clients might face a similar issue, I would appreciate if you can help in getting the issue rectified.
Test the mail you provided on my computer and everything is normal. If it is because of the TCP timeout, the reverse speculation is that the network or firewall is a problem, which means that the TCP and the mail server cannot be pinged.
As I mentioned, we tried this application on different computers in different combinations, however no success.
Let me know if there is a way we can get some support to make it working on our machines OR we need to debug it of our own?
In the later case, we will writeoff the expenses internally in our books and consider it as another non-working software that we have purchased.
BTW, I have purchased your other products as well. All of them are working except this one.
I spent a lot of time providing technical support and helping you analyze the problem, and I also tested the results on my computer! The rest needs you to solve it
I have time to watch tomorrow,
can you give anyesk code
shared anydesk code separately through support ticket
The telnet common phrase detects whether a local port is open to the outside world, or (remote service) whether a port of the remote server can be connected. If telnet fails, consider whether this port is blocked by a firewall.
I just remembered that your telnet is not working, indicating that a firewall or anti-virus software or other blocked TCP communication, and another purchaser is already running on a machine without anti-virus software and firewall.
But this problem is really a problem of the system network environment, and another person has solved this problem. You can go to the comments to see
having searched solution on google, I realized that port 25 is blocked by most of the ISP mainly done to try and stop spam going out through their networks..
The solution to this issue is to use port 465 for SSL OR 587 for TLS. If you can update the code for using these secure channels, it should work.
Another improvement to the software can be by adding SOCKS proxy rotation as without this, ISP will block our IP address if we try to do bulk email verification.