Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to configure email server using my sendgrid.
It turns out that the sendgrid user login does not cotain email format with @. See my config in django-python that works below:
EMAIL_HOST = 'smtp.sendgrid.net'
EMAIL_PORT = 587
EMAIL_HOST_USER = 'apikey'
EMAIL_HOST_PASSWORD = 'My API key'
EMAIL_USE_TLS = True
I got 'email address invalid' error when I try to add apikey as Sender email address. (see attached file)
Maybe should have 2 fields: user login and sender email address
Does anyone can help me?
Thanks in advance
Hello,
The configuration that you are trying to setup is not supported within Qlik Cloud > Settings > Email server. Qlik Cloud expects a domain at that input and won't be able to authenticate otherwise. You can submit a feature request [1] and elaborate in detail as to why this is going to be helpful for you and other users. Or you can use a different SMTP server that will give you an actual email address.
If you would like to use SendGrid to send emails/reports etc. Then you can consider using Qlik Automation [2], which will allow you to use the configurations that you have and send custom emails.
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.
---
anyone?
nobody?
Hello,
The configuration that you are trying to setup is not supported within Qlik Cloud > Settings > Email server. Qlik Cloud expects a domain at that input and won't be able to authenticate otherwise. You can submit a feature request [1] and elaborate in detail as to why this is going to be helpful for you and other users. Or you can use a different SMTP server that will give you an actual email address.
If you would like to use SendGrid to send emails/reports etc. Then you can consider using Qlik Automation [2], which will allow you to use the configurations that you have and send custom emails.
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.
---