It is currently Wed Sep 08, 2010 6:29 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: problems using spMailer
PostPosted: Fri Feb 19, 2010 4:45 am 
Offline

Joined: Fri Feb 19, 2010 4:20 am
Posts: 1
First of all thank you for your help, I have implemented spMailer on my website and I have encountered two problems, despite the first place "$ config [ 'senderCC'] = true;" to send a copy of mail to the user, the mail not sent, and the second question is not to put data in these records
$ form [ 'from'] = 'webmaster@skypanther.com';
$ form [ 'subject'] = 'spMailer is awesome!';
$ form [ 'body'] = 'Enter your message here';
I left it like this and I get when I publish the form and become confusing to the user, I can leave them blank?
Thanks for your help
Eduardo


Top
 Profile  
 
 Post subject: Re: problems using spMailer
PostPosted: Fri Feb 19, 2010 12:06 pm 
Offline
Site Admin
User avatar

Joined: Fri Feb 13, 2009 5:26 pm
Posts: 44
Location: Walworth, NY
Hi Eduardo,

The senderCC function uses phpMailer's AddCC() method. According to their docs, it won't work if you're using the php mail() sending method. In other words, you need to be using SMTP authentication. Are you?

As for the other fields, yes, you can leave those blank. Make sure to use empty quotes, like this:

$form [ 'from'] = '';

Tim


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Blue Moon by Trent © 2007
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group