Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [UPDATED] Recommend IT

Quote Reply
Re: [UPDATED] Recommend IT In reply to
Yeah, the mailer was handled differently in the 1.x versions.

I don't know if it will work, but try changing:

Code:
GT::Mail->send (
smtp => $CFG->{db_smtp_server},
sendmail => $CFG->{db_mail_path},
to => $IN->param($recipemail),
from => $IN->param('send_email'),
subject => $subject_line,
reply => $IN->param('send_email'),
bcc => $CFG->('admin_email'),
msg => $formatted_message,
debug => $Links::DEBUG
) or Links::fatal ("Unable to send mail: $GT::Mail::error");
If the module works the way I think it should, it will pick out the required headers, and known headers to act on, and simply create headers for the tags it doesn't know.

At any rate, this shouldn't generate 500 errors.

PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum
Subject Author Views Date
Thread [UPDATED] Recommend IT pugdog 8491 Jun 20, 2001, 11:53 PM
Thread Re: [UPDATED] Recommend IT
Eraser 8369 Jun 21, 2001, 7:06 AM
Thread Recommend IT
fabio 8304 Jun 21, 2001, 7:44 AM
Post Re: Recommend IT
pugdog 8360 Jun 21, 2001, 11:28 AM
Thread Re: [UPDATED] Recommend IT
pugdog 8296 Jun 21, 2001, 11:29 AM
Thread Re: [UPDATED] Recommend IT
BryanL 8260 Jun 21, 2001, 9:27 PM
Thread Re: [UPDATED] Recommend IT
pugdog 8255 Jun 22, 2001, 3:15 AM
Post Re: [UPDATED] Recommend IT
BryanL 8219 Jun 22, 2001, 5:22 AM
Thread Re: [UPDATED] Recommend IT
Clint 8292 Jun 21, 2001, 11:55 PM
Thread Re: [UPDATED] Recommend IT
pugdog 8324 Jun 22, 2001, 3:27 AM
Thread Re: [UPDATED] Recommend IT
Clint 8195 Jun 22, 2001, 6:37 PM
Thread Re: [UPDATED] Recommend IT
pugdog 8199 Jun 22, 2001, 11:34 PM
Thread Re: [UPDATED] Recommend IT
Eraser 8178 Jun 23, 2001, 2:21 AM
Thread Re: [UPDATED] Recommend IT
BryanL 8173 Jun 23, 2001, 5:25 AM
Post Re: [UPDATED] Recommend IT
pugdog 8131 Jun 23, 2001, 8:56 AM
Post Re: [UPDATED] Recommend IT
Clint 8178 Jun 23, 2001, 5:42 AM
Thread Re: [UPDATED] Recommend IT
Eraser 8213 Jun 22, 2001, 1:31 PM
Post Re: [UPDATED] Recommend IT
pugdog 8199 Jun 22, 2001, 5:34 PM