Hello I am a new swift mail user. Well I downloaded the .zip file for swift from its website swiftmailer.org. I uploaded the 'lib' directory onto the webserver as instructed. My next question is this...how do I write the code to send mail out?
do I just do mail($to, $subject, $message); ??
and how do I tell my code to refer to the 'lib' directory I just uploaded?
Help using swift
Moderators: Chris Corbyn, General Moderators
check out the docs page at swiftmailer.org. the second section, tutorials, will be a tremendous help to you.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
guitarlvr wrote:check out the docs page at swiftmailer.org. the second section, tutorials, will be a tremendous help to you.
I wrote:Hi,
Please refer to the documentation here:
http://www.swiftmailer.org/wikidocs/
Start by reading the items under "Tutorials".
Best regards,
Chris
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Thanksguitarlvr wrote:great minds think alike!You've got the documentation for swift right on, theres no reason to explain it when its spelled out in your docs. Awesome job on swift by the way, not sure if I've ever said it to you. I love it!