Re: SMTP mail without php.ini Programming Web Development by ryy705 Thanks for all your responses. My goal is to write websites which are portable. Unfortunately some server don't allow the flag option and few horrible servers don't allow telnet access. Swiftmail looks promising. I will check it out. Hopefully the installation will not require me change anything in the php.ini files. Re: SMTP mail without php.ini Programming Web Development by digital-ether … option and few horrible servers don't allow telnet access. Swiftmail looks promising. I will check it out. Hopefully the installation… Re: trapping mySQL warning Programming Web Development by NettSite …"),"error",$log,"wb"); //$mailed = utility::SwiftMail(array("clients@nettsite.co.za"),"Error on… Re: trapping mySQL warning Programming Web Development by Davife …"),"error",$log,"wb"); //$mailed = utility::SwiftMail(array("clients@nettsite.co.za"),"Error on… Re: trapping mySQL warning Programming Web Development by Davife …"),"error",$log,"wb"); //$mailed = utility::SwiftMail(array("clients@nettsite.co.za"),"Error on… Re: Swiftmailer multiple Bcc recipients - gone wrong? Programming Web Development by freely.willy.3 … of them. In mail() function it was easy, but in swiftmail I need to use array. I don't like arrays… Re: Swiftmailer multiple Bcc recipients - gone wrong? Programming Web Development by cereal …;setBcc($pulapka); Because only the last `setBCC()` is considered by SwiftMail, the others are discarded. Also you can rewrite it this… Re: sending form data as email with attachments Programming Web Development by diafol … it, then you can pass on that path to your SwiftMail routine. ->attach(Swift_Attachment::fromPath($uploadFile1))