Jump to content

njjacob

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

njjacob's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hey thanks again-the form worked but it didnt go through to my email again. darn it. what are referrers? would they do anything?
  2. you have been so nice to me for even answering.. thank you. I give up for now and I'll let IT work on it. Nikki
  3. Its says Fatal error: Call to undefined method: freakmailer->sender() in /home/camdendi/public_html/mailtest.php on line 20 line 20 is // Add an address to send to. $mailer->AddAddress('njacob@camdendiocese.org', 'Eric Rosebrock'); $mailer->Sender('njacob@camdendiocese.org'); <----line 20 now what... I have about 5 people working on this. and we are all confused. this is supposed to be simple.
  4. in class.phpmailer.php? because i did this: /** * Sets the Sender email (Return-Path) of the message. If not empty, * will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode. * @var string */ var $Sender = ""; $mailer->Sender = 'valid@email.com'; and i got this: Parse error: syntax error, unexpected T_VARIABLE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/camdendi/public_html/lib/phpmailer/class.phpmailer.php on line 75 OHH GOSH this is so confusing!
  5. one other thing-we use a exchange server here.. would that matter?
  6. I did this and it is wrong: /** * Sets the Sender email (Return-Path) of the message. If not empty, * will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode. * @var string */ var $Sender = "mail($to, $subject, $body, $headers, " -f webmaster@camdendiocese.org");"; cn you tell me the right way to word it?
  7. ??? can you tell me where exactly you are putting the extra parameter at?
  8. Help! I have been trying for weeks and am stumped. Our servers keep blocking the email sent from anything I create. I am doing the test only so far. and when I make the TO // Add an address to send to. $mailer->AddAddress('njacob@camdendiocese.org', 'Eric Rosebrock'); the camdendiocese.org servers keep blocking the email. Any suggestions on how to get around this? When I change it to my home address; a hotmail account. The whole thing works great.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.