Email attachment in payment emails
					Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
	Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Email attachment in payment emails
Hi,
is it possible to attach a pdf to a payment email?
Thanks a lot for helping.
Regards,
Team velo
			
			
			
									
									
						is it possible to attach a pdf to a payment email?
Thanks a lot for helping.
Regards,
Team velo
Re: Email attachment in payment emails
Yes, you can use the addAttachement() method of the mail message object:
https://github.com/aimeos/aimeos-core/b ... e.php#L119
The mail message is available as "$this->mail()" in the e-mail templates:
https://github.com/aimeos/ai-client-htm ... d.php#L154
Here's a list of all view helpers:
https://aimeos.org/docs/Developers/Html ... iew_helper
			
			
			
									
									https://github.com/aimeos/aimeos-core/b ... e.php#L119
The mail message is available as "$this->mail()" in the e-mail templates:
https://github.com/aimeos/ai-client-htm ... d.php#L154
Here's a list of all view helpers:
https://aimeos.org/docs/Developers/Html ... iew_helper
Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos,
 give us a star
						If you like Aimeos,