Client Registration Custom Email via mailgun api

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
tommy.developer
Posts: 8
Joined: 25 Aug 2021, 02:56

Client Registration Custom Email via mailgun api

Post by tommy.developer » 02 Sep 2021, 08:10

Hi Good day!
I have use the default registration form as shown in the image
Image
but I want to customize the email being sent to the user/newly register.
I am using Mailgun API only.
and also want to send email notification for a customer whenever there are promos and updates. and eventually it might behaving a configuration for email content and etc.

therefore, what I need now is a fully customize email or mailer using mailgun.
some sort of questions as follows:
  • How to do the configuration of email using Mailgun API aside from doing it in .env file?
  • How to create a fully customize email upon registration?
  • How to create a customize email for other stuff such as promos,update etc ?
  • How to implement the customize email in Client ?

that's it for now.
thanks and more power Aimeos! :D

User avatar
aimeos
Administrator
Posts: 7908
Joined: 01 Jan 1970, 00:00

Re: Client Registration Custom Email via mailgun api

Post by aimeos » 03 Sep 2021, 05:58

Aimeos uses the e-mail infrastructure of Laravel and the registration form including all related e-mails is provided by the Laravel authentication framework. Thus, refer to the Laravel documentation or a Laravel forum for answers to your questions.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

tommy.developer
Posts: 8
Joined: 25 Aug 2021, 02:56

Re: Client Registration Custom Email via mailgun api

Post by tommy.developer » 03 Sep 2021, 06:26

Its already working on my end. as I run through your documentation.
thank you anyway :)

Post Reply