swiftmailer Questions
1
Solved
I'm creating a form that allows multiple files to be uploaded. The form field values and attachments are then to be emailed to certain address. I'm using Swiftmailer to generate these emails. I kno...
Elvieelvin asked 25/5, 2011 at 0:48
3
Solved
Possible Duplicate:
PhpMailer vs. Swiftmailer?
I have always used PHP's built in mail() function and it has always worked for me without fail and does the job I want it to.
Now some ...
Engen asked 18/4, 2011 at 20:10
1
Solved
I just started learning how to use SwiftMailer and I am having trouble sending a simple test message from my localhost. Below is the code that I am trying to use.
//Pass it as a parameter when you...
Autogamy asked 19/12, 2010 at 23:2
1
PHP's mail() function sends mail fine, but Swiftmailer's Swift_MailTransport doesn't work!
This works:
mail('[email protected]', 'test '.date('H:i:s'), '');
But this does not:
$transport ...
Civic asked 24/8, 2010 at 1:23
1
Solved
I would like to send an auto-generated email with HTML body from my application using Swift.
Here is my current code:
$message = Swift_Message::newInstance()
->setFrom(array('[email prot...
Jahn asked 24/6, 2010 at 16:59
1
Solved
I'm currently using SwiftMailer to send out emails to several users (up to 50). I have it set up and working properly, however, I'm not quite sure how to pull the recipients from my MySQL database ...
Fannie asked 28/10, 2009 at 23:44
© 2022 - 2024 — McMap. All rights reserved.