When I get an email from the system, I've modified it a bit, but would be nice if it sent me (the admin) also a link to log into the plugin. It seems it should from the screen shot, but I don't get them.
I'd want that link whenever a new appt comes in at least.
Please tell me is your admin email registered in Amelia > Settings > Notifications > Send all mail to additional address? If it's not please enter it there, so that you can receive all emails your employees and customers do, and hence you will receive the employee panel link.
that is all right, thank you for contacting back and for the screenshot
That's where you activate the notifications; but if you want to receive notifications to your email as well, you need to put your email here:
Also, please try changing from PHP mail to another method; because email that is sent with PHP Mail generally gets flagged as spam by mail servers and also can take some time to send.
WP Mail – This option uses the WP mail WordPress function for sending emails, and it is best to use it if you use some third-party plugin for sending emails.
SMTP (Simple Mail Transfer Protocol) – In this article, we show how to configure SMTP mail service for Gmail, but you can set it up for any other outgoing service that supports SMTP for a mail client. When you select this option, four inputs will appear – you need to populate them in to configure SMTP properly. A Google SMTP example:
SMTP Host – smtp.gmail.com
SMTP Port – 465 (SSL) or 587 (TLS)
SMTP Secure – SSL, TLS or Disabled
SMTP Username – Your Gmail address
SMTP Password – Your Gmail password
For Gmail, it is also necessary also to turn on the “Allow less secure apps” option in your Gmail account.
Mailgun – Powerful APIs that enable you to send, receive, and track emails effortlessly. To set up Mailgun, you need to populate the Mailgun API Key and Mailgun Domain input fields that appear when selecting Mailgun as your mail service.
When I get an email from the system, I've modified it a bit, but would be nice if it sent me (the admin) also a link to log into the plugin. It seems it should from the screen shot, but I don't get them.
I'd want that link whenever a new appt comes in at least.
Hi Grant,
thank you for reaching out to us
Please tell me is your admin email registered in Amelia > Settings > Notifications > Send all mail to additional address? If it's not please enter it there, so that you can receive all emails your employees and customers do, and hence you will receive the employee panel link.
Sorry for the stall. Yes see attached.
Hi Grant,
that is all right, thank you for contacting back and for the screenshot
That's where you activate the notifications; but if you want to receive notifications to your email as well, you need to put your email here:
Also, please try changing from PHP mail to another method; because email that is sent with PHP Mail generally gets flagged as spam by mail servers and also can take some time to send.
For Gmail, it is also necessary also to turn on the “Allow less secure apps” option in your Gmail account.
To set up Mailgun, you need to populate the Mailgun API Key and Mailgun Domain input fields that appear when selecting Mailgun as your mail service.