How to change the mailserver information displayed in cPanel - cpanel

When I setup a new cPanel account for a client (through WHM), I also setup a Mandrill account for clients to use as their mailserver.
Is it possible to change the mailserver information that is displayed in the "Configure Email Client" section of cPanel, and add their Mandrill details, instead?

Yeah, it's a mess. The comments in this cPanel Feature Request thread may help you:
https://features.cpanel.net/topic/fix-incorrect-calculation-of-secure-mail-server-hostname

Related

Mailgun unsubscribe text in email

So i have recently added and verified my mailgun account to my DNS & configured it through Exim through (WHM) on my server using the following guide.
enter link description here
It is now tracking my emails which is what i wanted, However on creating a new account through WHM and logging into the webmail into the new account i sent a test email to myself and i have at the bottom of the email "To unsubscribe click LINK"
As I'll be providing clients emails who will need to use emails daily i wouldn't want this link being under every single email they send.
I have upgraded my account, as i believed this would stop it but it hasn't?
Could anybody throw some light on this situation.
Many thanks
Log in to Mailgun, click your Domain Name and then disable the "Unsubscribes" option. This will then remove the link that is being automatically added to your outgoing emails.

WHMCS not sending the cpanel details to clients

I am a newbie for whmcs. I have configure all the necessary configuration in whmcs and my whm/cpanel are also connected with whmcs. I have tested, it shows successful message to me. But my clients getting the welcome mail, order confirmation mail and invoice mail except cpanel details.
Please suggest me what to do?
Thanks in advance.
Make sure that you have severs configured in 'Setup' > 'Products/Services' > Severs and check that your client is assigned to the server in their hosting product
It could be due to error(s) in the service welcome email template.
At the admin area, go to that specific user services and at the footer, click on "Resend Product Welcome Email" .
You will be redirected to the sent emails log for that client.
If it did not send, check Utilities > Logs > Activity Log .
If you wish to send the email manually, go to Orders->List All Orders and then click on the ID of the order for which you want to send the email. Make sure you are on the Products/Services tab. Scroll to the very bottom of the page where you see Send Message. Select Hosting Account Welcome Email from the drop-down and click on send message.
If the email template contains an error, you will be told after the page refreshes. If not, you will see a success notification. This at least tells you that your automatic email error isn't coming from the email template. It also helps you send the email automatically while researching for a solution to automate the process.

Configure incoming e-mail for Sharepoint 2010

I created a new installation of SharePoint2010. I am trying to configure the incoming e-mail but I seem not to find the link to do so.
I only get to see under E-Mail and Text Messages (SMS):
Configure outgoing e-mail settings | Configure mobile account
Thanks
Take a look at this tutorial: Installing and configuring SMTP and POP3 e-mail for sharepoint 2010
It's odd that the link is missing. How is your farm set up? The settings live at /_admin/IncomingEmail.aspx

Service that delivers fax to HTTP request

is there any service which allows to rent a fax number and any fax which gets there gets posted to specific http address developer would provide? (hope i am clear enough) i know there are services posting fax to email, so i imagine sending it to the web server should be as well possible.
Yes, this is possible with the Interfax inbound fax service. You can try this on their evaluation account.
To set this up, login to their control panel and select Preferences -> Incoming -> Advanced Options. Set "Web Feedback Method", to "HTTP POST" and set "Web Feedback URL" to hold the specific address of your script. Obviously, your web server needs to be publicly accessible for this to work.
Full documentation of the fields that are returned to your script in the callback is available in their article "Receive incoming faxes via callback to a web application"
Maybe not quite the answer you are looking for, but you could hook into an email address from a fax to email service, and then process the email.
Maybe running as a service on a web server?
We currently do this, using Sharepoint lists to process emails, and then put the attachments in a Sharepoint library.

Get SMTP automatically

I am using code to send email through SMTP that is given manually. I wish that user does not have to give the SMTP. My application should get SMTP automatically and use that.
Can I know what is the SMTP of the current ISP, with which my client is connected?
Thanks
Furqan
You could try to read that from the user's e-mail clients; AFAIK each e-mail client (e.g. Outlook, Thunderbird, Opera, Eudora) stores the SMTP server settings differently; so probably look for the most common ones (Thunderbird, Outlook, ?). Also, some people only use web-based e-mail (esp. gMail users), so they may not even have a SMTP setting stored anywhere.
Note: nosing around in other apps' settings can be seen as borderline spyware, so I suggest to get permission from the user before you start digging in their app settings.
No, I don't think this is possible. What you could try is to look if the SMTP server is configured in an other program. E.g. under Windows in Windows Mail. However, I don't know if it's worth the trouble. Today SMTP auth is common and probably no other program gives you access to the users credentials so you have to ask the user in all cases.