Developer Forum »
Add outgoing mail provider?
62 posts

Can I add another outgoing mail provider? (in system --> settings --> outgoing mail provider)

181 posts

Hi!

Yes, you can add an outgoing email provider. Just create a class that implements IWAFSendMailProvider. The dropdownlist in System->Settings includes all classes that implements that interface.

When you select your own email provider, it will be used for all emails sent through the system, including newsletters.

62 posts

Ok, thanks. But I chose to use the WAFSMTPComponent in the dropdownlist, and then enter the SMTP fields here.

The mail provider asks me to use TLS encryption. Or SSL encryption. Where do I enter these values?

181 posts

The WAFSmtpComponent is a provider designed to send emails through the local SMTP server in IIS. It doesn't support TLS or SSL, since those aren't needed when using local SMTP.

We'll add fields for using an external SMTP provider in a later update. I've added it to our tasklist. In the meantime you'll have to create your own provider.

62 posts

Hi Vidar. 

Do you have an udpated status on this case?

120 posts

Hi,

we just added support for SSL connection on SMTP servers in the last build: b1537

Ole

1