viewtopic.php?p=333263#333263
viewtopic.php?p=346010#346010
I still have the same problems :s
I can bypass it by using Easyswift but I would like to use the Swift-class because it's easier in use.
I also would like to make a suggestion for the page http://swiftmailer.org/wikidocs/v3/recipients
Change
Code: Select all
if ($swift->send($message, new Swift_Address("foo@bar.tld", "Foo Bar"), new Swift_Address("me@mydomain.com"))) echo "Sent";Code: Select all
if ($swift->send($message, new Swift_Address("recipient@address.tld", "Recipient"), new Swift_Address("sender@address.tld"))) echo "Sent";