So I was testing the e-mail template I had... on the link: /admin/clients/email/1/
... Maybe I should've done it elsewhere, but I didn't see an option to send a customer a pre-formatted email, for example, a service created e-mail as below in the E-mail clients screen under Account Actions from the admin screen.
The code was as follows:
Dear {client.first_name} {client.last_name},
PLEASE READ THIS EMAIL IN FULL AND PRINT IT FOR YOUR RECORDS
Thank you for your order from us! Your server has now been setup and this email contains all the information you will need in order to begin using your account.
If you have requested a domain name during sign up, please keep in mind that your domain name will not be visible on the internet instantly. This process is called DNS propagation and can take up to 48 hours. Until your domain has propagated, your website and email will not function.
New Account Information
Hosting Package: {package.package}
Domain: {service.cpanel_domain}
Package Price: {pricing.price}
Package Period: {pricing.period}
Cancellation Fee after 10 days of your first product with us: {pricing.cancel_fee}
Login Details
Username: {service.cpanel_username}
Password: ****** [Password Hidden for security reasons]
If you ordered a control panel to be added to the server at the time of set-up, it'll be the following:
cPanel WebHost Manager URL: http://{module.host_name}:2083/
Once your domain has propogated, you may also use http://www.{module.host_name}:2082/
Server Information
Server IP: {module.host_name}
Thank you for choosing EidolonHost.
The To and From e-mail was:
To:
Test client
admin@shattered-tears.com
From:
EidolonHost Systems
systems@eidolonhost.com
As soon as I press Send E-mail, I get this error:
Oh noes!
unexpected character in filters : "/" at 130 on line 233 in /home/user/public_html/eidolonhost.com/vendors/h2o/h2o/parser.php
Printing Stack Trace:
#0 /home/user/public_html/eidolonhost.com/vendors/h2o/h2o/parser.php(114): ArgumentLexer->parse()
#1 /home/user/public_html/eidolonhost.com/vendors/h2o/h2o/parser.php(75): H2o_Parser::parseArguments(' #2 /home/user/public_html/eidolonhost.com/vendors/h2o/h2o.php(106): H2o_Parser->parse()
#3 /home/user/public_html/eidolonhost.com/vendors/h2o/h2o.php(142): H2o->parse('
#5 /home/user/public_html/eidolonhost.com/app/controllers/admin_clients.php(1280): Emails->sendCustom('systems@eidolon...', 'EidolonHost Sys...', 'admin@shattered...', 'Dedicated Serve...', Array, NULL, NULL, NULL, NULL, Array)
#6 /home/user/public_html/eidolonhost.com/lib/dispatcher.php(111): AdminClients->email()
#7 /home/user/public_html/eidolonhost.com/index.php(21): Dispatcher::dispatch('/admin/clients/...')
#8 {main}
Question
EidolonHost
So I was testing the e-mail template I had... on the link: /admin/clients/email/1/
... Maybe I should've done it elsewhere, but I didn't see an option to send a customer a pre-formatted email, for example, a service created e-mail as below in the E-mail clients screen under Account Actions from the admin screen.
The code was as follows:
The To and From e-mail was:
To:
Test client
admin@shattered-tears.com
From:
EidolonHost Systems
systems@eidolonhost.com
As soon as I press Send E-mail, I get this error:
Not sure if it's a bug, but...
14 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.