Mail settings

All the needed details about your sending method: sender information, mail server and technical format of your emails.

Default sender information

You can set the default information AcyMailing will use when sending an email. When installing, AcyMailing will get information from your website to preset these data.

  • From name: Default "From Name" used in all your campaigns

  • From email: Default "From Email" used in all your campaigns

  • You can choose to use the same values for the reply-to (enabled by default). If disabled, the next options will be displayed so you can set them.

  • Reply-to name: Default "Reply To Name" used in all your campaigns

  • Reply-to email: Default "Reply To Email" used in all your campaigns. If your receivers reply to your emails, their response will be sent to this address.

  • Add names: If this option is turned ON, the sender and receiver name will appear in the sender/receiver information. If this option is turned OFF, only the e-mail address will be visible.

  • Bounce email address : Your bounce messages will be automatically sent to the address you specified as “Bounce email address”. This address won’t be visible by the receiver of your message and will only be used to handle bounce messages and automatic replies.

You can add several reply-to addresses by separating them with a coma and no spaces: user1@example.com,user2@otherdomain.com

You can modify the sender and reply-to properties for each campaign you send.

Multilingual website

If you activated the multilingual option in the AcyMailing configuration you will be able to set a From name, From email, Reply to name, Reply to email for each language.

The email will be sent with the information in the language of the user, if the user doesn't have a language set it will use the default language. For example, if you send an email to a subscriber with the language set to Spanish and you've set the sender information for Spanish the subscriber will receive the email with the sender information in Spanish.

Mail settings

There are several ways to send emails from AcyMailing. You can choose to send from your own server or to connect to an external delivery service (SMTP, SendGrid, Sendinblue, Mailgun, Amazon SES etc).

SMTP Configuration:

  • Server: Address of the SMTP Server. Example: smtp.gmail.com

  • Port: Port used to connect to your SMTP Server. Leave this field empty if you don’t know which port you should use. (Gmail does use port 465 because it’s an SSL method)

  • Secure Method: Should AcyMailing use an SMTP Secure Connection? For Gmail, you should select SSL. This option should only be used if your SMTP server uses a secured sending method.

  • Keep Alive: Should AcyMailing keep your SMTP Connection opened during the send Process? We recommend to turn ON this option. This option should be turned OFF only if you have problems. If you turn it OFF, AcyMailing will connect to your SMTP server, then send one e-mail, and then close the connection. It will need to reopen the connection with your SMTP server to send another e-mail so it may consume a lot of time whereas if you turn this option ON, AcyMailing will open the connection with the SMTP server once, send the whole batch of e-mails and then close the connection.

  • Authentication: If you enter a Username and a Password to connect to your SMTP Server, please turn ON this option.

  • Username: Username used to connect to your SMTP Server.

  • Password: Password used to connect to your SMTP Server.

Test your SMTP ports

Since some hosting companies block SMTP connexions to external servers, we added a quick test so you can easily see the ports opened on your server and the blocked ones...

Just click on the “What port can I use from my website?” link to trigger that test and Acy will display a list of most used ports blocked or opened.

A blocked port may be blocked by your own server or by a firewall within your host.

If none of your ports are opened and your host does not want to open any, then you can still use our REST API integration with ElasticEmail.

Advanced configuration

  • Encoding Format : Encoding format used for all your Newsletters. We recommend 8-Bit to reduce the spam score.

  • Charset : Charset used for all your Newsletters. We recommend UTF-8 if you send english or international e-mails. We recommend to use the charset used in your country if your business is local.

  • Accept special chars in email addresses: By default AcyMailing doesn't allow ümlauts or Chinese/Cyrillic characters in email addresses, you can activate this option to allow any character.

  • Multiple Parts : Should AcyMailing send multiple part e-mails? If so, AcyMailing will send the text and the html version in the e-mail so that depending on the recipient's server, the appropriate version will be opened

  • Embed Images : Should AcyMailing embed your pictures inside the Newsletter? If so, the send process will take more time but the recipient won't have to download the picture from your website in order to display it. By default, this option is set to NO so the pictures included in your Newsletter will stay on your own website.

  • Embed Attachments : Should AcyMailing embed your attachments inside the Newsletter? If not, AcyMailing will add a list of attachments with a link to your website in order to download it. If you disable this option, the send process will be much faster as AcyMailing won't send the attachment but a simple link.

  • Prevent hyphens in text paragraphs: Prevent words to break on devices

  • Add unsubscribe header in emails: Some mail clients use a List-Unsubscribe header to show a direct unsubscribe link when your emails are opened. This considerably reduces the chances for your emails to be considered as spam, because spammers make it hard for users to get rid of them. When users click on this link, you will receive an email "Please unsubscribe user xxx". This type of email will be automatically handled with the Bounce handling in the future

  • Add "Built with AcyMailing" image in the emails footer: Allows you to add a promotional footer Built With Acymailing which redirect to our website

  • Maximum characters per line: You can set a specific limit to the number of characters per line in an email. The value must be between 0 (default limitation applied) and 998 (maximum value accepted by RFC standards). In case you receive bounce emails telling the maximum line lenght is exceeded, try to set it to 78.

  • DKIM : A DKIM signature is a security and most mail clients prefer when it is used. It proves that it is you that sent the email and not someone that intercepted it, modified its content then sent it to the end user

Last updated