A Clean lightweight Mail Server for Test [closed] - email

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need a Mail Server to test an application that send and receive emails.
So it should:
be lightweight and small in size
be free (like free beer), open source preferred
support Win XP
support SMTP, IMAP (POP3 is optional)
install clean
Plz:
Don't suggest connecting to Gmail, its ports are blocked.
Don't suggest testing frameworks.

How about hMailServer: http://www.hmailserver.com/
It includes SMTP, POP3, IMAP servers

I'm rather fond of Papercut. It only does SMTP, but it can run without administrator privileges.

Related

How to host my discord bot 24/7 if i'm using MongoDB [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I made a sort of currency system in my discord bot using MongoDB (Mongoose) and it works perfectly, but I have no idea how to host the bot 24/7. Maybe I should use a VPS? Maybe I could do something in the MongoDB itself because right now I use localhost. I'd prefer something free, but I could try and buy something cheap.
Thanks for your help!
You can use Repl.it to host your bot 24/7, it includes database support so once you transfer your files and everything. There's a little section about installing Mongo.
Discord.py: https://repl.it/talk/learn/Hosting-discordpy-bots-with-replit/11008
Discord.js: https://repl.it/talk/learn/Hosting-discordjs-bots-on-replit-Works-for-both-discordjs-and-Eris/11027
EDIT: And keep in mind this is all free.

anyone ever used this email verification script? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Trumail (https://github.com/trumail/trumail) is a free and open source email validation/verification system. but after installing it (we found an image in docker hub) we couldn't make it work and verify any email. if anyone has ever used it please send me a documentation or a video please .. thank you
https://github.com/trumail/trumail
Don't use it. It's a good way to get your mailserver blacklisted.
It opens a connection to the remote server and starts a delivery attempt to the specified email address.
If you do this with more than a few bad addresses, many servers will blacklist you and if you're unluckily, will report it to one or more blacklist providers as a directory havest attack.

backup/restore from-to Gmail? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I would like to implement in my app, written in Lua,the option to save a backup file to Gmail and restore it from there.
I just need how to save one file and restore that from the same account again.
Several apps use that feature now ( i guess using the Gmail as HD Feature).
Any ideas? I could read also PHP, Object-C and Java sources if you have nothing in Lua :)
I searched for infos in the net, but did not found a single demo source.
A google search turned up these IMAP clients:
luaimap
imapfilter
And from the Lua mailing list
limap

How can I test the antivirus program I am developing? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to develop antivirus software for Windows. Where can I download viruses or virus-like programs to test it with?
The EICAR test file is a good start, as it is an example of a self modifying program -- something that malware usually does.
Try one of the many fake antimalware programs out there. Some SO scrapers "featured" one recently, links are in meta stack overflow.
Possibly, make sure you try them in a virtual machine disconnected from the internet. ;)

Are there any affordable host services for apple push notifications? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
The host would need to have port 2195 open and support push notifications under apns. I have had some trouble finding a hosting service that would support this.
Also, it would be nice if you could have PHP, MySQL, etc. access under the same provider.
You might want to look into http://urbanairship.com/push/ where they offer a hosted solution.
I Recently Used the Hosting from Dreamhost (Shared Hosting) , They have the port 2195 open and support push notifications under apns. Its working for me, may be others can get some help too.
There are other alternatives: I try to keep a up to date list on my blog.
Stephan