Use different smtp accounts for different "from" email address

We have two e-newsletters to send out. We would like to send each of the newsletters with different “from” address and “envelope” address. Each to with different smtp accounts as well.

For example,
e-newsletter 01 will be sent from newsletter@example01[.]com.
The envelope address will be bounce@example01[.]com
smtp server: mail.example01[.]com

e-newsletter 02 will be sent from newsletter@example02[.]com
The envelope address will be bounce@example02[.]com
smtp server: mail.example02[.]com

Is there a way to do this in phplist?