Swift Mail/or PHPMailer

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
hhstables
Forum Newbie
Posts: 3
Joined: Thu Sep 25, 2008 11:13 pm

Swift Mail/or PHPMailer

Post by hhstables »

I have down loaded both swiftmail and phpmailer so that I can send an 2 attachments from email to show up in outlook from a form.

I there and tutorials out on the either one of these with the proper layout of code so that it will work?
If I can figure out the code for the attachments I'm sure I can figure out how to code the rest of the form.
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Re: Swift Mail/or PHPMailer

Post by malcolmboston »

swiftmailer is the <span style='color:blue' title='I&#39;m naughty, are you naughty?'>smurf</span>, i use it for a few high volume eCommerce site sending out 1000's of emails, works like a charm, and i dont even do the recommended 'send 100 at a time' i just send them all at once, havent had a problem ever with swiftmailer.

And the code is excellent.
hhstables
Forum Newbie
Posts: 3
Joined: Thu Sep 25, 2008 11:13 pm

Re: Swift Mail/or PHPMailer

Post by hhstables »

I could not get swift to connect, so I went back to phpmailer.
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Re: Swift Mail/or PHPMailer

Post by Maugrim_The_Reaper »

Swift rocks... If possible try to get it working, PHPDN actually hosts the Swiftmailer forum down below in the forum listing ;).
User avatar
swiftouch
Forum Commoner
Posts: 80
Joined: Sun Dec 10, 2006 7:35 am
Location: Salt Lake City, Utah

Re: Swift Mail/or PHPMailer

Post by swiftouch »

I 2nd the opinion of everyone who has said swift. It has worked flawlessly for me ever since I started using it.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Swift Mail/or PHPMailer

Post by RobertGonzalez »

Swift. Use it. It is the easiest package in the world to use. I have hooked it into our framework at work as a plugin. I have never had a problem with. I even used it once to send out 3000 emails inside a PHP app. It rocks. Plain and simple.

Plus Chris Corbyn, the author of the app, is a resident member of these forums and helps out as much as possible when he is here.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Swift Mail/or PHPMailer

Post by alex.barylski »

^^^ Which he hasn't been...what gives? Is he busy with SitePoint, Women or a commercial version of Swift?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Swift Mail/or PHPMailer

Post by RobertGonzalez »

Knowing Chris, I would say all.

I think he was traveling for a while as well.
Post Reply