Is there anyone who has an example PHP code to create an email with file attachment?
best regards,
Ed Martens
huizemartens@planet.nl
PHP Mail attchment
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Did you look in the manual?
http://www.php.net/manual/en/function.mail.php
The manual entry leads you to this:
http://www.zend.com/zend/spotlight/send ... lpart1.php
and this
http://pear.php.net/Mail_Mime
This has been discussed a few times before, did you try searching the forum using the keywords 'mail AND attachment'?
Mac
http://www.php.net/manual/en/function.mail.php
The manual entry leads you to this:
http://www.zend.com/zend/spotlight/send ... lpart1.php
and this
http://pear.php.net/Mail_Mime
This has been discussed a few times before, did you try searching the forum using the keywords 'mail AND attachment'?
Mac
Last edited by twigletmac on Thu Oct 03, 2002 5:55 am, edited 1 time in total.
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Please do not spam the board by asking the same question in multiple threads. Any additional posts will be deleted.
If you don't want a resource that's in the manual - go to the zend.com link.
If you want ready-made code try hotscripts.com.
Mac
If you don't want a resource that's in the manual - go to the zend.com link.
If you want ready-made code try hotscripts.com.
Mac