goalio/GoalioMailService

Default From Email Address

Closed this issue · 1 comments

Is there any way, i can set the default from email address.

Hey, since you only get a Zend\Mail Object which you have to configure anyways it is a single additional line for each e-mail. If you want to have a default from address the quickest way might be to add your own delegator service on top, which facades the mail service and already sets a from message.

http://zf2.readthedocs.org/en/latest/modules/zend.service-manager.delegator-factories.html