Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sendmail directly from .db file

Status
Not open for further replies.

Ralf45

Programmer
Oct 26, 2005
1
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top