Email Tools

I am working on one product that requires extensive testing of emails. I have a set of eml files (test samples) that need to be sent to the product in bulk.

Can anyone suggest some tool that takes these eml files as input and sends emails to the specified recipients. It can accept an SMTP address as input.

+4
source share
1 answer

for smtp test scripts I use swaks

in your case it will be something like

swaks -f sender@example.com -t recipient@example.net -d /path/to/emlfile 
+12
source

All Articles