I'm making an order form for a client, and at the end it's supposed to email the client with the user's information. I test this script on my server, and there it wouldn't email me using /usr/sbin/sendmail, so I tried Mail::Sendmail, and that didn't work either, so I tried Mail::Send, which worked. I put this on my client's server and none of these options work. Is there any way to send email through perl that's guaranteed to work on any server?