chrismassey
Programmer
Hey, long time no post
I've been busy with university studies recently and put my perl scripting aside.
Today I have been testing out several methods of sending email.
1. Mail::Mailer
2. Mail::Send
3. Mime::Lite
4. Standard sendmail
The only one of the 4 I don't have an issue with is Mime::Lite and I was wondering if anyone can help me with a few questions on the other 3...
1. Mail::Mailer
(
I can't figure out how to send a message body. Is there a method line to do this?
2. Mail::Send
(
There doesn't seem to be any method to choose who the message is from. I tried $email->from($from); but the script failed. At the moment the default server "from" is displayed.
4. Sendmail
(
This does not work at all. I have tried using this on several occassions and I am still baffled as to what I am doing wrong. Any suggestion as to what is wrong with my code?
Thanks alot,
Chris
I've been busy with university studies recently and put my perl scripting aside.
Today I have been testing out several methods of sending email.
1. Mail::Mailer
2. Mail::Send
3. Mime::Lite
4. Standard sendmail
The only one of the 4 I don't have an issue with is Mime::Lite and I was wondering if anyone can help me with a few questions on the other 3...
1. Mail::Mailer
(
I can't figure out how to send a message body. Is there a method line to do this?
2. Mail::Send
(
There doesn't seem to be any method to choose who the message is from. I tried $email->from($from); but the script failed. At the moment the default server "from" is displayed.
4. Sendmail
(
This does not work at all. I have tried using this on several occassions and I am still baffled as to what I am doing wrong. Any suggestion as to what is wrong with my code?
Thanks alot,
Chris