Jump to content
  • 0

Multicraft Bug


jh4nn

Question

I noticed that the ''welcome e-mail'' is not sending, even tho the SMTP settings are correct and other mails such as password recoveries are sending correctly.

So to sum it up, when a customer order his server, the server goes active within 5 minutes with cronjob, but the e-mail with his panel password etc is not sending?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I noticed that the ''welcome e-mail'' is not sending, even tho the SMTP settings are correct and other mails such as password recoveries are sending correctly.

So to sum it up, when a customer order his server, the server goes active within 5 minutes with cronjob, but the e-mail with his panel password etc is not sending?

 

Have you got the automation cron job running for emails? Settings > Company > Automation or something and then see if all the boxes are ticked.

Link to comment
Share on other sites

  • 0

Have you got the automation cron job running for emails? Settings > Company > Automation or something and then see if all the boxes are ticked.

 

Got it fixed already.

I had to re-check the port for SSL :).

 

Got another bug, the mail is sending fine now, server is activating as it should do but the panel username and password are not in the mail..

Username: {service.multicraft_login_username}

Password: {service.multicraft_login_password}

 

What is the problem?

Link to comment
Share on other sites

  • 0

Got it fixed already.

I had to re-check the port for SSL :).

 

Got another bug, the mail is sending fine now, server is activating as it should do but the panel username and password are not in the mail..

Username: {service.multicraft_login_username}

Password: {service.multicraft_login_password}

 

What is the problem?

 

Have they already got a minecraft server under that username? It doesn't send it twice if there's already a server and it's recommended that you use a if statement.

{% if service.multicraft_login_username %}
Login with
User: {service.multicraft_login_username}
Pass: {service.multicraft_login_password}
{% else %}
Login using your existing Multicraft account credentials.
{% endif %}

http://docs.blesta.com/display/user/Multicraft#Multicraft-WelcomeEmail

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...