I have to send emails with PDF attachments in my application (C#,ASP.NET). That function is working fine in local host, but when i deployed it to the server, attachments are not working. only the email send to the users. Do i need to set any special configuration on windows server 2008 R2 ?
This is not a server related issue. I have used Syncfusion to secure the PDF file. when it deploys to the server, we need to create a new PdfCertificate for the server. Otherwise it will not work on the server.
Related
I have a website which was hosting on a different server, including emails for that domain. For some reason I lost access to that server. The email was setup using cPanel Mail.
Now I am setting up that domain again with a newly purchased "Ultimate Hosting" from GoDaddy.
I have a backup to the "Mail" folder. I want to know how can I restore that mail folder?
Following the main folder structure of the raw folder backup I have.
enter image description here
I got this solved.. for anyone looking for similar thing, here is the solutions.
I created a new mail account in GoDaddy cPanel Mail with the same name as previous.
After that I overwrite all the raw files using FTP client.
Bang! All the email are now recovered.
Thanks
I´m very new to Zimbra and setting up mail servers.
I have the requirement to create domains with email accounts, so I´ve set up a virtual machine with zimbra.
It has worked fine until I created a new domain incl. account, which I wanted to connect with outlook.
I did this before with the host domain and it was no problem to send and retrieve mails via outlook, but with an other domain it doesn´t work.
I can access the account on the web interface.
When I try to connect with outlook it seems like it can´t find the domain name?
To sum up:
zimbra host: mail.example.local
admin#mail.example.local works with outlook
-> new domain + account in zimbra test#test.local doesn´t work with outlook
when I access test.local via browser I can login with test account.
Can anyone help me or give me an advice?
I can't find any information in the outlook log files...
Greets
In outlook you mast set imap/pop server mail.example.local or set dns A record test.local = mail.example.local
I have redirected a domain from PLESK to another server (cPanel) and also I have transferred the code from PLESK TO cPanel. Now my website is running well. I have created my email on cPanel and i am using webmail to access my email account.
But want to transfer old email messages from PLESK to cPanel. I have searched and found that email messages are stored on PLESK on this location:
# /var/qmail/
Is there any way to transfer email email messages from PLESK to cPanel?
Thanks in advance for any replies.
You can fetch mail from your PLESK server and have it imported into cPanel.
Simply login to your cPanel
Access your webmail and access Horde
Once logged in, on the left hand side, click OPTIONS then Mail
On the center of the screen under “Message Options” click “Fetch Mail”
Create a new account, enter your details from your email account located on your PLESK server (for the incoming/outgoing servers, use your PLESK server hostname)
Email will then begin to be downloaded into your cPanel inbox.
That should do the trick :)
Horde doesn't have the Fetch Mail option anymore.
So, the easiest solution is manual transfer using Outlook or Thunderbird.
How to move email from any server into cPanel use an IMAP client like Microsoft Outlook or Thunderbird?
First, configure each new email account on cPanel (including any sub-folders). Next, configure your IMAP client (Outlook or Thunderbird) with each email account on each server.
One account for the old account (if it is not already there) and one account for the new account created with cPanel.
You may find it easier to use the actual IP addresses of each respective server to avoid name resolution issues.
Replace example.com with IP address (use ping example.com on your CMD console to find out the IP of the old server)
After that, you just need to drag-and-drop the old messages from the old account into the new account on Outlook or Thunderbird and delete the old account.
When finishing with all accounts, change your domain DNS to the new cPanel hosting server and you're done.
It will be downtime?
Depends on the number of email boxes you have to transfer and on other websites or applications you have to move from the old domain name. Normally it should work fast enough to not have any problems but I suggest doing this after working hours.
I have installed Magento 1.7 on my mac. What should I do to send emails about orders from localhost. I'm developing store localy and just want to check how it works.
Use the tool give on this link Test mail tool
For sending the emails you need SMTP server which listens to port number 25.By default there is no SMTP server with wamp. So you need to use some SMTP tool to check email sending feature in local environment.
I have a desktop application (Windows Forms) which my client hosts on a Citrix server. I would like to launch the user's locally configured mail client to send mail from my application. How do I do this?
In addition to this, I will need to attach a file to the email before it is sent.
I'm not at all sure how the Citrix client would handle mailto: links (or if you can configure that), but if you haven't tried them, I suggest you do.
Example:
mailto:someone#example.com?subject=hello&body=see+attachment&attachment=\\host\path-to\file.foo
Also note that not all email clients support the attachment parameter in mailto URLs.