T technospeak New member Apr 12, 2011 48 0 0 Oct 28, 2011 #1 I am able to send normal mail using php but i want to send mail with an attachment in php. Can anyone help me to solve this problem? Thanks in advance for any help
I am able to send normal mail using php but i want to send mail with an attachment in php. Can anyone help me to solve this problem? Thanks in advance for any help
4 4rch3n3my Banned Jul 25, 2011 83 0 0 Oct 28, 2011 #2 Downloads - phpmailer - PHPMailer is a Full Featured Email Transfer Class for PHP - Google Project Hosting
Downloads - phpmailer - PHPMailer is a Full Featured Email Transfer Class for PHP - Google Project Hosting
T technospeak New member Apr 12, 2011 48 0 0 Oct 28, 2011 #3 4rch3n3my said: Downloads - phpmailer - PHPMailer is a Full Featured Email Transfer Class for PHP - Google Project Hosting Click to expand... I have to install class on the webserver too? I am newbie, do they have documentation there too?
4rch3n3my said: Downloads - phpmailer - PHPMailer is a Full Featured Email Transfer Class for PHP - Google Project Hosting Click to expand... I have to install class on the webserver too? I am newbie, do they have documentation there too?
4 4rch3n3my Banned Jul 25, 2011 83 0 0 Oct 28, 2011 #4 yes, you upload the class and then require(); it in your script that is sending the email.. In the download there is a heap of examples.. download the code and unzip it and have a look through... you should be able to work it out
yes, you upload the class and then require(); it in your script that is sending the email.. In the download there is a heap of examples.. download the code and unzip it and have a look through... you should be able to work it out