Have you read the manual? In particular:
Email::Sender::Simple tries to make a good guess about how to send the message. It will usually try to use the sendmail program on unix-like systems and to use SMTP on Windows.
Are you on a Unix-like system? If so, do you have a program called sendmail available? If so, is it correctly configured to send mail? Can you send mail using it from the command line?
Otherwise, is Email::Sender::Simple falling back to using SMTP? If so, have you set the correct environment variables so that it can find your SMTP server?
If the SMTP server is under your control, have you checked the logs to see if it's getting that far? If the SMTP server is not under your control, have you tried setting up your own SMTP server temporarily for testing this?
In reply to Re^3: Email::Sender does not work and I don't know where to start figuring it out
by tobyink
in thread Email::Sender does not work and I don't know where to start figuring it out
by xtpu2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |