Hello
I am storing the contents of a large number of emails as a tie hash to a .db file. The key is the email address and the value of the key is the message itself. Is it possible to configure sendmail to go through this .db file directly and send each email? Or is it necessary to write a script to pull the data from the file and then call sendmail to perform this task?
If it is possible any suggestion as to where I could find more information about how to set this up would be greatly appreciated.
Thank you and regards.
I am storing the contents of a large number of emails as a tie hash to a .db file. The key is the email address and the value of the key is the message itself. Is it possible to configure sendmail to go through this .db file directly and send each email? Or is it necessary to write a script to pull the data from the file and then call sendmail to perform this task?
If it is possible any suggestion as to where I could find more information about how to set this up would be greatly appreciated.
Thank you and regards.