Help using swift

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
Yourchild
Forum Newbie
Posts: 16
Joined: Mon Jul 30, 2007 3:04 pm

Help using swift

Post by Yourchild »

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?
User avatar
guitarlvr
Forum Contributor
Posts: 245
Joined: Wed Mar 21, 2007 10:35 pm

Post by guitarlvr »

check out the docs page at swiftmailer.org. the second section, tutorials, will be a tremendous help to you.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

guitarlvr wrote:check out the docs page at swiftmailer.org. the second section, tutorials, will be a tremendous help to you.
:lol: You almost said exactly what my email response to this question said (I was emailed when the post was made):
I wrote:Hi,

Please refer to the documentation here:

http://www.swiftmailer.org/wikidocs/

Start by reading the items under "Tutorials".

Best regards,

Chris
User avatar
guitarlvr
Forum Contributor
Posts: 245
Joined: Wed Mar 21, 2007 10:35 pm

Post by guitarlvr »

great minds think alike! :wink: 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!
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

guitarlvr wrote:great minds think alike! :wink: 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!
Thanks :) I do plan on improving the docs, but I've been planning on that for about 8 months now ;)
Post Reply