Ok..I've just been reading up on the mail sending feature with GT modules...however, it seems that you need to decide what type of sending process you want to use first, correct? How are we meant to do this? I was hoping it would be something simple like;
GT::Mail::send(
$email_from => 'from@someone.com',
$subject => 'somethging here',
$message => ' your message can go here'
);
But it looks like I'm wrong...
Am I?
How would you guys do it?
Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
GT::Mail::send(
$email_from => 'from@someone.com',
$subject => 'somethging here',
$message => ' your message can go here'
);
But it looks like I'm wrong...
Am I?

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!