/************************************************************ * * * phpSafeMailer * * * * version 1.2 * ************************************************************/ # add recipients here # you may use the first entry without an email address for a prompt # you may specify one recipient and user will just be shown to whom its addressed $recipient_list[] = "Andy Kaiser|digitalbits@andybrain.com"; # use $bcc for a blind carbon copy of the message. # This line may be left blank or set to "" if not desired $bcc = ""; # url to show if email was sent, leave blank to remain on this page $landing_page_success = "http://www.andybrain.com/contact_andy-sent.htm"; # url to show if email was NOT sent, leave blank to remain on this page $landing_page_failure = ""; # required to send the email include "phpmailer.php"; ?>
![]() |
![]() |
The Digital Bits Technology Column and Andy's email responses are free technology and computer advice. If you'd like to donate to support the DBTC, or show appreciation for Andy's help, please donate by clicking on the link below:
Send email to digitalbits@andybrain.com. Sending email to Andy indicates your agreement that the information you send can be published in the Digital Bits Technology Column, on this website or its subsites. Andy gets a lot of email, and simply doesn't have time to answer all of them. If you don't get a reply, it's not because Andy doesn't like you; due to his mail volume, he just can't answer everyone personally. All email address are confidential, and will never be sold, shared, or in any way abused. |