SMTP Method - two separate emails

Permalink
I've been using the default PHP setting for email but it takes a full week for the email to come through. I was going to switch the settings to the SMTP method but it appears there is only one setting for username, password, etc. I have two separate contact forms that go to two separate people, who would need to have their own username, password, etc. Any suggestions on how to deal with this?
Currently using version 5.6.3.1

 
hliljegren replied on at Permalink Reply
hliljegren
The SMTP username and password are not for the receiver of the message. It is for the authentication agains the SMTP server. So each form can still send to different email addresses.